Searched refs:S_ISGID (Results 1 – 4 of 4) sorted by relevance
31 private static final int S_ISGID = 0002000; field in FileUtils92 return hasModeFlag(mode, S_ISGID); in isSetGid()138 if (hasModeFlag(mode, S_ISGID)) { in getFormattedPermissions()
39 public static final int S_ISGID = 0002000; field in FileUtils
140 assertTrue("File \"" + file + "\" is setGID", (fs.mode & FileUtils.S_ISGID) == 0); in assertNotSetugid()
38 public static final int S_ISGID = 0002000; field in FileUtils