HomeSort by relevance Sort by last modified time
    Searched refs:chmod (Results 151 - 175 of 958) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/ltp/testcases/kernel/module/query_module/
Makefile 30 chmod 755 $(OBJS)
  /external/ltp/testcases/kernel/syscalls/chmod/
chmod01.c 24 * Verify that, chmod(2) succeeds when used to change the mode permissions
28 * chmod(2) should return 0 and the mode permissions set on file should match
111 TEST(chmod(TESTFILE, mode));
115 "chmod(%s, %#o) failed", TESTFILE,
126 "chmod(%s, %#o) successful",
chmod04.c 24 * Verify that, chmod(2) will succeed to change the mode of a directory
32 * chmod() should return value 0 on success and succeeds to set sticky bit
114 * Call chmod(2) with mode argument to
117 TEST(chmod(TESTDIR, PERMS));
120 tst_resm(TFAIL | TTERRNO, "chmod(%s, %#o) failed",
139 "chmod(%s, %#o) successful",
  /external/ltp/testcases/kernel/syscalls/statfs/
statfs03.c 122 if (chmod(tst_get_tmpdir(), S_IRWXU) == -1)
123 tst_brkm(TBROK | TERRNO, cleanup, "chmod(%s, 700) failed",
  /external/ltp/testcases/network/stress/ssh/
ssh-stress 93 tst_rhost_run -s -c "chmod 700 $rtmpdir; chmod 600 $rtmpdir/*"
102 chmod 700 $tmpdir
103 chmod 600 $tmpdir/*
  /external/parameter-framework/upstream/tools/xmlGenerator/
lightRoutingUpdate.sh 52 $adbShell chmod 700 "$target_tmpfile"
  /external/skia/bin/
fetch-clang-format 36 os.chmod(target_path, stat.S_IRUSR | stat.S_IWUSR | stat.S_IXUSR |
fetch-gn 34 os.chmod(gn_path, stat.S_IRUSR | stat.S_IWUSR | stat.S_IXUSR |
  /external/skia/infra/bots/
win_toolchain_utils.py 42 os.chmod(filename, stat.S_IWRITE)
  /external/swiftshader/third_party/LLVM/tools/llvm-config/
Makefile 74 $(Verb) chmod +x $@
94 $(Verb) chmod +x $@
112 $(Verb) chmod +x $@
119 $(Verb) chmod +x $@
  /external/toybox/toys/other/
shred.c 17 -f Force (chmod if necessary)
48 // respond to files we can't open via chmod.
54 // do -f chmod if necessary
56 chmod(*try, 0600);
  /frameworks/opt/net/wifi/libwifi_system/
supplicant_manager.cpp 58 if ((ret != 0) && (chmod(config_file, kConfigFileMode) != 0)) {
115 /* chmod is needed because open() didn't set permisions properly */
116 if (chmod(config_file, kConfigFileMode) < 0) {
235 (chmod(kWiFiEntropyFile, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP) != 0)) {
255 /* chmod is needed because open() didn't set permisions properly */
256 if (chmod(kWiFiEntropyFile, 0660) < 0) {
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_pipe.c 75 // group permissions. Doing chmod to add group permissions.
76 result = chmod (pipe_name, 0660);
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_pipe.c 75 // group permissions. Doing chmod to add group permissions.
76 result = chmod (pipe_name, 0660);
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_pipe.c 75 // group permissions. Doing chmod to add group permissions.
76 result = chmod (pipe_name, 0660);
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_pipe.c 75 // group permissions. Doing chmod to add group permissions.
76 result = chmod (pipe_name, 0660);
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_pipe.c 75 // group permissions. Doing chmod to add group permissions.
76 result = chmod (pipe_name, 0660);
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_pipe.c 75 // group permissions. Doing chmod to add group permissions.
76 result = chmod (pipe_name, 0660);
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
install_scripts.py 56 os.chmod(file, mode)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test__osx_support.py 48 os.chmod(self.prog_name, stat.S_IRWXU)
60 os.chmod(self.prog_name, stat.S_IRWXU)
149 os.chmod(c_name, stat.S_IRWXU)
205 os.chmod(c_name, stat.S_IRWXU)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
install_scripts.py 56 os.chmod(file, mode)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test__osx_support.py 48 os.chmod(self.prog_name, stat.S_IRWXU)
60 os.chmod(self.prog_name, stat.S_IRWXU)
149 os.chmod(c_name, stat.S_IRWXU)
205 os.chmod(c_name, stat.S_IRWXU)
  /prebuilts/go/darwin-x86/misc/arm/
a 38 adb shell chmod 755 $rloc
  /prebuilts/go/linux-x86/misc/arm/
a 38 adb shell chmod 755 $rloc
  /prebuilts/misc/windows/sdl2/
Makefile 23 chmod 755 $(prefix)/bin/sdl2-config; \

Completed in 1432 milliseconds

1 2 3 4 5 67 8 91011>>