Searched refs:GroupFile (Results 1 – 4 of 4) sorted by relevance
90 class GroupFile {92 GroupFile(const char* filename, const char* required_prefix);100 BIONIC_DISALLOW_IMPLICIT_CONSTRUCTORS(GroupFile);
338 GroupFile::GroupFile(const char* filename, const char* required_prefix) in GroupFile() function in GroupFile342 bool GroupFile::FindById(gid_t id, group_state_t* group_state) { in FindById()348 bool GroupFile::FindByName(const char* name, group_state_t* group_state) { in FindByName()
67 static GroupFile group_files[] = {
66 void FindAndCheckGroupEntry(GroupFile* file, const char* name, gid_t gid) { in FindAndCheckGroupEntry()117 GroupFile group_file(file.path, nullptr); in TEST()189 GroupFile group_file(file.path, nullptr); in TEST()235 GroupFile group_file(file.path, "vendor_"); in TEST()