OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:passwd_result
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/remoting/host/
username.cc
27
struct passwd*
passwd_result
= NULL;
local
28
getpwuid_r(getuid(), &passwd, &(buf[0]), buf_size, &
passwd_result
);
local
29
return
passwd_result
?
passwd_result
->pw_name : std::string();
Completed in 69 milliseconds