Searched refs:getGroupName (Results 1 – 5 of 5) sorted by relevance
98 assertEquals("not owned by gid=logs", "log", FileUtils.getGroupName(stat.st_gid)); in testLogIsSane()
123 public native static String getGroupName(int gid); in getGroupName() method in FileUtils
580 String actualGroup = FileUtils.getGroupName(status.gid); in assertFileOwnedByGroup()
101 public native static String getGroupName(int gid); in getGroupName() method in FileUtils