Home
last modified time | relevance | path

Searched refs:chmod (Results 1 – 10 of 10) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DFileUtil.java177 public static boolean chmod(File file, String perms) { in chmod() method in FileUtil
199 if (chmod(file, "ug+rw")) { in chmodGroupRW()
224 if (chmod(file, "ug+rwx")) { in chmodGroupRWX()
/tools/repohooks/tools/
Dcpplint.py-update51 chmod +x "${cpplint_py}"
Dcheckpatch.pl-update64 chmod a+rx checkpatch.pl
/tools/tradefederation/contrib/src/com/android/uicd/tests/
DUiConductorTest.java152 FileUtil.chmod(jarFile, EXECUTABLE); in run()
164 FileUtil.chmod(binary, EXECUTABLE); in run()
/tools/external_updater/
Darchive_utils.py36 os.chmod(ret_val, attr)
/tools/test/connectivity/
DAndroid.mk54 $(hide) chmod 755 $(WTS_ACTS_DISTRO)
/tools/test/connectivity/acts/framework/acts/
Dutils.py960 os.chmod(out_path, perm)
/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveNoQXDMLogTest.py274 os.chmod(bugreport_path + "/dumpstate_board.tar", 0o777)
/tools/acloud/internal/lib/
Dutils.py106 os.chmod(self.path, 0o700)
/tools/test/connectivity/acts/framework/acts/controllers/
Dmonsoon.py106 os.chmod(tmpname, 0o666)