HomeSort by relevance Sort by last modified time
    Searched refs:chmod (Results 201 - 225 of 994) sorted by null

1 2 3 4 5 6 7 891011>>

  /tools/repohooks/tools/
checkpatch.pl-update 63 chmod a+rx checkpatch.pl
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
dependency_manager_util_unittest.py 31 os.chmod(self.read_only_path, stat.S_IRUSR)
36 os.chmod(self.writable_path, stat.S_IRUSR | stat.S_IWUSR)
41 os.chmod(self.executable_path, stat.S_IRWXU)
46 os.chmod(self.sub_read_only_path, stat.S_IRUSR)
51 os.chmod(self.sub_writable_path, stat.S_IRUSR | stat.S_IWUSR)
56 os.chmod(self.sub_executable_path, stat.S_IRWXU)
dependency_manager_util.py 17 os.chmod(path, stat.S_IWRITE)
72 os.chmod(unzipped_path, mode | stat.S_IXUSR)
  /external/ltp/testcases/kernel/controllers/cpuctl/
run_cpuctl_test.sh 111 chmod +x cpuctl_task_$i;
165 chmod +x cpuctl_task_$TASK_NUM;
231 chmod +x cpuctl_task_$TASK_NUM;
  /test/vts/script/
setup-local.sh 97 adb shell chmod 755 /data/local/tmp/32/vts_hal_driver32
98 adb shell chmod 755 /data/local/tmp/64/vts_hal_driver64
99 adb shell chmod 755 /data/local/tmp/32/vts_shell_driver32
100 adb shell chmod 755 /data/local/tmp/64/vts_shell_driver64
101 adb shell chmod 755 /data/local/tmp/32/vts_hal_agent32
102 adb shell chmod 755 /data/local/tmp/64/vts_hal_agent64
  /bionic/tests/
cfi_test.cpp 139 chmod(helper.c_str(), 0755); // TODO: "x" lost in CTS, b/34945607
151 chmod(helper.c_str(), 0755); // TODO: "x" lost in CTS, b/34945607
  /device/google/marlin/
init.radio.sh 26 chmod 770 /data/misc/radio/modem_config
  /device/google/wahoo/
init.radio.sh 25 chmod 770 /data/vendor/radio/modem_config
  /external/e2fsprogs/util/
Makefile.in 47 $(Q) chmod +x gen-tarball
  /external/ltp/testcases/commands/cron/
cron_tests.sh 107 chmod +x $script
126 chmod +x $script
  /external/ltp/testcases/kernel/fs/fs_bind/cloneNS/
test05 45 chmod 755 parent05 child05
test06 45 chmod 755 parent06 child06
  /external/ltp/testcases/kernel/syscalls/chmod/
chmod06.c 26 * 1) chmod(2) returns -1 and sets errno to EPERM if the effective user id
29 * 2) chmod(2) returns -1 and sets errno to EACCES if search permission is
31 * 3) chmod(2) returns -1 and sets errno to EFAULT if pathname points
33 * 4) chmod(2) returns -1 and sets errno to ENAMETOOLONG if the pathname
35 * 5) chmod(2) returns -1 and sets errno to ENOTDIR if the directory
37 * 6) chmod(2) returns -1 and sets errno to ENOENT if the specified file
126 TEST(chmod(tc[i].pathname, tc[i].mode));
132 tst_resm(TFAIL, "chmod succeeded unexpectedly");
138 "chmod failed as expected");
141 "chmod failed unexpectedly;
    [all...]
  /external/ltp/testcases/network/stress/dns/
dns-stress 164 chmod 770 .
165 chmod 660 ./*
  /external/nanopb-c/tools/
make_mac_package.sh 45 chmod +x $DEST/generator-bin/protoc
  /external/scapy/.travis/
test.sh 75 chmod +x test/python
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_dmn_conn.cpp 63 int result = chmod (global_loc_api_q_path, 0660);
87 result = chmod (global_loc_api_resp_q_path, 0660);
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_dmn_conn.cpp 63 int result = chmod (global_loc_api_q_path, 0660);
87 result = chmod (global_loc_api_resp_q_path, 0660);
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_dmn_conn.cpp 63 int result = chmod (global_loc_api_q_path, 0660);
87 result = chmod (global_loc_api_resp_q_path, 0660);
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_dmn_conn.cpp 63 int result = chmod (global_loc_api_q_path, 0660);
87 result = chmod (global_loc_api_resp_q_path, 0660);
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_dmn_conn.cpp 63 int result = chmod (global_loc_api_q_path, 0660);
87 result = chmod (global_loc_api_resp_q_path, 0660);
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_dmn_conn.cpp 63 int result = chmod (global_loc_api_q_path, 0660);
87 result = chmod (global_loc_api_resp_q_path, 0660);
  /external/autotest/client/site_tests/security_SymlinkRestrictions/
security_SymlinkRestrictions.py 127 os.chmod(tmpdir, mode)
158 os.chmod(target, 0644)
163 os.chmod(target_userone, 0400)
169 os.chmod(target_usertwo, 0400)
  /external/autotest/site_utils/lxc/container_pool/
async_listener.py 39 os.chmod(address, 0777)
  /external/icu/icu4c/as_is/os400/
unpax-icu.sh 163 chmod 755 icu/source/configure

Completed in 319 milliseconds

1 2 3 4 5 6 7 891011>>