Home
last modified time | relevance | path

Searched refs:group_state_t (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/bionic/
Dgrp_pwd.cpp59 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 …]
Dgrp_pwd_file.h91 bool FindById(gid_t id, group_state_t* group_state);
92 bool FindByName(const char* name, group_state_t* group_state);
Dgrp_pwd_file.cpp164 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/
Dgrp_pwd.h36 struct group_state_t { struct
Dbionic_tls.h128 group_state_t group;
/bionic/tests/
Dgrp_pwd_file_test.cpp67 group_state_t name_group_state; in FindAndCheckGroupEntry()
77 group_state_t id_group_state; in FindAndCheckGroupEntry()