OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetUserInfoFromName
(Results
1 - 4
of
4
) sorted by null
/system/core/crash_reporter/
crash_collector.h
90
bool
GetUserInfoFromName
(const std::string &name,
user_collector.h
73
FRIEND_TEST(UserCollectorTest,
GetUserInfoFromName
);
user_collector_test.cc
332
TEST_F(UserCollectorTest,
GetUserInfoFromName
) {
335
EXPECT_TRUE(collector_.
GetUserInfoFromName
("root", &uid, &gid));
crash_collector.cc
168
bool CrashCollector::
GetUserInfoFromName
(const std::string &name,
Completed in 66 milliseconds