Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dstubs.cpp47 struct stubs_state_t { struct
116 static stubs_state_t* stubs_state_alloc() { in stubs_state_alloc()
117 stubs_state_t* s = static_cast<stubs_state_t*>(calloc(1, sizeof(*s))); in stubs_state_alloc()
125 stubs_state_t* state = static_cast<stubs_state_t*>(ptr); in stubs_state_free()
133 static stubs_state_t* __stubs_state() { in __stubs_state()
135 stubs_state_t* s = static_cast<stubs_state_t*>(pthread_getspecific(stubs_key)); in __stubs_state()
151 static passwd* android_iinfo_to_passwd(stubs_state_t* state, in android_iinfo_to_passwd()
174 static passwd* android_id_to_passwd(stubs_state_t* state, unsigned id) { in android_id_to_passwd()
183 static passwd* android_name_to_passwd(stubs_state_t* state, const char* name) { in android_name_to_passwd()
296 static passwd* app_id_to_passwd(uid_t uid, stubs_state_t* state) { in app_id_to_passwd()
[all …]