OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sh_buffer_
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/private/
grp_pwd.h
46
char
sh_buffer_
[32];
member in struct:passwd_state_t
/bionic/libc/bionic/
grp_pwd.cpp
140
snprintf(state->
sh_buffer_
, sizeof(state->
sh_buffer_
), "/system/bin/sh");
147
pw->pw_shell = state->
sh_buffer_
;
347
snprintf(state->
sh_buffer_
, sizeof(state->
sh_buffer_
), "/system/bin/sh");
352
pw->pw_shell = state->
sh_buffer_
;
394
snprintf(state->
sh_buffer_
, sizeof(state->
sh_buffer_
), "/system/bin/sh");
399
pw->pw_shell = state->
sh_buffer_
;
Completed in 300 milliseconds