Home
last modified time | relevance | path

Searched refs:perms (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DFileUtilTest.java308 Set<PosixFilePermission> perms = null; in testUnixModeToPosix() local
310 perms = FileUtil.unixModeToPosix(0777); in testUnixModeToPosix()
312 perms.remove(PosixFilePermission.OWNER_READ) && in testUnixModeToPosix()
313 perms.remove(PosixFilePermission.OWNER_WRITE) && in testUnixModeToPosix()
314 perms.remove(PosixFilePermission.OWNER_EXECUTE) && in testUnixModeToPosix()
315 perms.remove(PosixFilePermission.GROUP_READ) && in testUnixModeToPosix()
316 perms.remove(PosixFilePermission.GROUP_WRITE) && in testUnixModeToPosix()
317 perms.remove(PosixFilePermission.GROUP_EXECUTE) && in testUnixModeToPosix()
318 perms.remove(PosixFilePermission.OTHERS_READ) && in testUnixModeToPosix()
319 perms.remove(PosixFilePermission.OTHERS_WRITE) && in testUnixModeToPosix()
[all …]
DFileUtilFuncTest.java418 String perms = ls(file.getPath()); in assertUnixPerms() local
422 file, expPerms, perms), in assertUnixPerms()
423 perms.startsWith(expPerms) || perms.startsWith(altExpPerms)); in assertUnixPerms()
424 return perms; in assertUnixPerms()
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DFileUtil.java178 public static boolean chmod(File file, String perms) { in chmod() argument
181 RunUtil.getDefault().runTimedCmd(10 * 1000, sChmod, perms, file.getAbsolutePath()); in chmod()
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...