Searched refs:GroupFile (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/bionic/ |
D | grp_pwd_file.h | 87 class GroupFile { 89 GroupFile(const char* filename, const char* required_prefix); 97 BIONIC_DISALLOW_IMPLICIT_CONSTRUCTORS(GroupFile);
|
D | grp_pwd_file.cpp | 338 GroupFile::GroupFile(const char* filename, const char* required_prefix) in GroupFile() function in GroupFile 342 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()
|
D | grp_pwd.cpp | 50 static GroupFile vendor_group("/vendor/etc/group", "vendor_");
|
/bionic/tests/ |
D | grp_pwd_file_test.cpp | 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()
|