OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sh_buffer_
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/private/
grp_pwd.h
48
char
sh_buffer_
[kGrpPwdBufferSize];
member in struct:passwd_state_t
/bionic/libc/bionic/
grp_pwd.cpp
144
snprintf(state->
sh_buffer_
, sizeof(state->
sh_buffer_
), "/system/bin/sh");
151
pw->pw_shell = state->
sh_buffer_
;
438
snprintf(state->
sh_buffer_
, sizeof(state->
sh_buffer_
), "/system/bin/sh");
443
pw->pw_shell = state->
sh_buffer_
;
489
snprintf(state->
sh_buffer_
, sizeof(state->
sh_buffer_
), "/system/bin/sh");
494
pw->pw_shell = state->
sh_buffer_
;
grp_pwd_file.cpp
144
CopyFieldToString(passwd_state->
sh_buffer_
, shell(), sizeof(passwd_state->
sh_buffer_
));
145
passwd_state->passwd_.pw_shell = passwd_state->
sh_buffer_
;
Completed in 189 milliseconds