Searched refs:GroupFile (Results 1 – 4 of 4) sorted by relevance
87 class GroupFile {89 GroupFile(const char* filename, const char* required_prefix);97 BIONIC_DISALLOW_IMPLICIT_CONSTRUCTORS(GroupFile);
336 GroupFile::GroupFile(const char* filename, const char* required_prefix) in GroupFile() function in GroupFile340 bool GroupFile::FindById(gid_t id, group_state_t* group_state) { in FindById()346 bool GroupFile::FindByName(const char* name, group_state_t* group_state) { in FindByName()
61 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()