Home
last modified time | relevance | path

Searched refs:GetUserInfoFromName (Results 1 – 4 of 4) sorted by relevance

/system/core/crash_reporter/
Dcrash_collector.h90 bool GetUserInfoFromName(const std::string &name,
Duser_collector.h73 FRIEND_TEST(UserCollectorTest, GetUserInfoFromName);
Duser_collector_test.cc332 TEST_F(UserCollectorTest, GetUserInfoFromName) { in TEST_F() argument
335 EXPECT_TRUE(collector_.GetUserInfoFromName("root", &uid, &gid)); in TEST_F()
Dcrash_collector.cc168 bool CrashCollector::GetUserInfoFromName(const std::string &name, in GetUserInfoFromName() function in CrashCollector