Home
last modified time | relevance | path

Searched refs:GroupFile (Results 1 – 4 of 4) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Dgrp_pwd_file.h90 class GroupFile {
92 GroupFile(const char* filename, const char* required_prefix);
100 BIONIC_DISALLOW_IMPLICIT_CONSTRUCTORS(GroupFile);
H A Dgrp_pwd_file.cpp338 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()
H A Dgrp_pwd.cpp67 static GroupFile group_files[] = {
/aosp12/bionic/tests/
H A Dgrp_pwd_file_test.cpp66 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()