Home
last modified time | relevance | path

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

/bionic/libc/include/
Dpwd.h114 char* pw_shell; member
/bionic/libc/bionic/
Dstubs.cpp109 dst->pw_shell = buf + required_byte_count; in do_getpw_r()
110 required_byte_count += strlen(src->pw_shell) + 1; in do_getpw_r()
116 snprintf(buf, byte_count, "%s%c%s%c%s", src->pw_name, 0, src->pw_dir, 0, src->pw_shell); in do_getpw_r()
154 pw->pw_shell = state->sh_buffer_; in android_iinfo_to_passwd()
343 pw->pw_shell = state->sh_buffer_; in oem_id_to_passwd()
390 pw->pw_shell = state->sh_buffer_; in app_id_to_passwd()
/bionic/tests/
Dstubs_test.cpp51 ASSERT_STREQ("/system/bin/sh", pwd->pw_shell); in check_passwd()