Home
last modified time | relevance | path

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

/bionic/libc/include/
Dpwd.h108 char* pw_shell; member
/bionic/libc/bionic/
Dstubs.cpp83 dst->pw_shell = buf + required_byte_count; in do_getpw_r()
84 required_byte_count += strlen(src->pw_shell) + 1; in do_getpw_r()
90 snprintf(buf, byte_count, "%s%c%s%c%s", src->pw_name, 0, src->pw_dir, 0, src->pw_shell); in do_getpw_r()
159 pw->pw_shell = state->sh_buffer_; in android_iinfo_to_passwd()
318 pw->pw_shell = state->sh_buffer_; in app_id_to_passwd()
/bionic/tests/
Dstubs_test.cpp52 EXPECT_STREQ("/system/bin/sh", pwd->pw_shell); in check_getpwnam()