Home
last modified time | relevance | path

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

/bionic/libc/include/
Dpwd.h111 char* pw_shell; member
/bionic/libc/bionic/
Dstubs.cpp104 dst->pw_shell = buf + required_byte_count; in do_getpw_r()
105 required_byte_count += strlen(src->pw_shell) + 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()
148 pw->pw_shell = state->sh_buffer_; in android_iinfo_to_passwd()
336 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()