Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dstubs.cpp59 struct passwd_state_t { struct
67 static ThreadLocalBuffer<passwd_state_t> g_passwd_tls_buffer; argument
137 static passwd* android_iinfo_to_passwd(passwd_state_t* state, in android_iinfo_to_passwd()
163 static passwd* android_id_to_passwd(passwd_state_t* state, unsigned id) { in android_id_to_passwd()
172 static passwd* android_name_to_passwd(passwd_state_t* state, const char* name) { in android_name_to_passwd()
316 static passwd* app_id_to_passwd(uid_t uid, passwd_state_t* state) { in app_id_to_passwd()
360 passwd_state_t* state = g_passwd_tls_buffer.get(); in getpwuid()
373 passwd_state_t* state = g_passwd_tls_buffer.get(); in getpwnam()