Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dgrp_pwd.cpp56 static group_state_t* get_group_tls_buffer() { in get_group_tls_buffer()
64 static void init_group_state(group_state_t* state) { in init_group_state()
65 memset(state, 0, sizeof(group_state_t) - sizeof(state->getgrent_idx)); in init_group_state()
69 static group_state_t* __group_state() { in __group_state()
70 group_state_t* result = get_group_tls_buffer(); in __group_state()
152 static group* android_iinfo_to_group(group_state_t* state, in android_iinfo_to_group()
181 static group* android_id_to_group(group_state_t* state, unsigned id) { in android_id_to_group()
190 static group* android_name_to_group(group_state_t* state, const char* name) { in android_name_to_group()
359 static group* oem_id_to_group(gid_t gid, group_state_t* state) { in oem_id_to_group()
408 static group* app_id_to_group(gid_t gid, group_state_t* state) { in app_id_to_group()
[all …]
/bionic/libc/private/
Dgrp_pwd.h34 struct group_state_t { struct
Dbionic_tls.h101 group_state_t group;