Searched refs:group_state_t (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/bionic/ |
D | grp_pwd.cpp | 59 static group_state_t* get_group_tls_buffer() { in get_group_tls_buffer() 67 static void init_group_state(group_state_t* state) { in init_group_state() 68 memset(state, 0, sizeof(group_state_t) - sizeof(state->getgrent_idx)); in init_group_state() 72 static group_state_t* __group_state() { in __group_state() 73 group_state_t* result = get_group_tls_buffer(); in __group_state() 155 static group* android_iinfo_to_group(group_state_t* state, in android_iinfo_to_group() 184 static group* android_id_to_group(group_state_t* state, unsigned id) { in android_id_to_group() 193 static group* android_name_to_group(group_state_t* state, const char* name) { in android_name_to_group() 449 static group* oem_id_to_group(gid_t gid, group_state_t* state) { in oem_id_to_group() 502 static group* app_id_to_group(gid_t gid, group_state_t* state) { in app_id_to_group() [all …]
|
D | grp_pwd_file.h | 91 bool FindById(gid_t id, group_state_t* group_state); 92 bool FindByName(const char* name, group_state_t* group_state);
|
D | grp_pwd_file.cpp | 164 bool ToGroupState(group_state_t* group_state) { in ToGroupState() 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()
|
/bionic/libc/private/ |
D | grp_pwd.h | 36 struct group_state_t { struct
|
D | bionic_tls.h | 128 group_state_t group;
|
/bionic/tests/ |
D | grp_pwd_file_test.cpp | 67 group_state_t name_group_state; in FindAndCheckGroupEntry() 77 group_state_t id_group_state; in FindAndCheckGroupEntry()
|