Searched refs:FindAndCheckGroupEntry (Results 1 – 1 of 1) sorted by relevance
/bionic/tests/ |
D | grp_pwd_file_test.cpp | 66 void FindAndCheckGroupEntry(GroupFile* file, const char* name, gid_t gid) { in FindAndCheckGroupEntry() function 120 FindAndCheckGroupEntry(&group_file, "name", 1); in TEST() 192 FindAndCheckGroupEntry(&group_file, "first", 1); in TEST() 193 FindAndCheckGroupEntry(&group_file, "middle-ish", 6); in TEST() 194 FindAndCheckGroupEntry(&group_file, "last", 800); in TEST() 241 FindAndCheckGroupEntry(&group_file, "vendor_name", 2); in TEST()
|