HomeSort by relevance Sort by last modified time
    Searched full:group_state_t (Results 1 - 1 of 1) sorted by null

  /bionic/libc/bionic/
stubs.cpp 54 struct group_state_t { struct
67 static ThreadLocalBuffer<group_state_t> g_group_tls_buffer;
70 static void init_group_state(group_state_t* state) {
71 memset(state, 0, sizeof(group_state_t));
75 static group_state_t* __group_state() {
76 group_state_t* result = g_group_tls_buffer.get();
158 static group* android_iinfo_to_group(group_state_t* state,
187 static group* android_id_to_group(group_state_t* state, unsigned id) {
196 static group* android_name_to_group(group_state_t* state, const char* name) {
349 static group* oem_id_to_group(gid_t gid, group_state_t* state)
    [all...]

Completed in 1604 milliseconds