Searched refs:hasModeFlag (Results 1 – 2 of 2) sorted by relevance
1160 assertTrue(status.hasModeFlag(FileUtils.S_IRUSR | FileUtils.S_IXUSR)); in testRunAsHasCorrectCapabilities()1161 assertTrue(status.hasModeFlag(FileUtils.S_IRGRP | FileUtils.S_IXGRP)); in testRunAsHasCorrectCapabilities()1228 if (status.hasModeFlag(FileUtils.S_IRGRP) in getAllInsecureDevicesInDirAndSubdir()1229 || status.hasModeFlag(FileUtils.S_IWGRP) in getAllInsecureDevicesInDirAndSubdir()1230 || status.hasModeFlag(FileUtils.S_IXGRP)) in getAllInsecureDevicesInDirAndSubdir()
77 public boolean hasModeFlag(int flag) { in hasModeFlag() method in FileUtils.FileStatus