Searched defs:perms (Results 1 – 3 of 3) sorted by relevance
308 Set<PosixFilePermission> perms = null; in testUnixModeToPosix() local
418 String perms = ls(file.getPath()); in assertUnixPerms() local
178 public static boolean chmod(File file, String perms) { in chmod()