Home
last modified time | relevance | path

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

/bionic/libc/include/
Dpwd.h103 char* pw_name; member
/bionic/libc/bionic/
Dstubs.cpp100 dst->pw_name = buf; in do_getpw_r()
101 required_byte_count += strlen(src->pw_name) + 1; in do_getpw_r()
111 snprintf(buf, byte_count, "%s%c%s%c%s", src->pw_name, 0, src->pw_dir, 0, src->pw_shell); in do_getpw_r()
144 pw->pw_name = state->name_buffer_; in android_iinfo_to_passwd()
334 pw->pw_name = state->name_buffer_; in app_id_to_passwd()
397 return (pw != NULL) ? pw->pw_name : NULL; in getlogin()
/bionic/tests/
Dstubs_test.cpp38 ASSERT_STREQ(username, pwd->pw_name); in check_passwd()