Searched refs:GetUserInfoFromName (Results 1 – 4 of 4) sorted by relevance
90 bool GetUserInfoFromName(const std::string &name,
73 FRIEND_TEST(UserCollectorTest, GetUserInfoFromName);
332 TEST_F(UserCollectorTest, GetUserInfoFromName) { in TEST_F() argument335 EXPECT_TRUE(collector_.GetUserInfoFromName("root", &uid, &gid)); in TEST_F()
168 bool CrashCollector::GetUserInfoFromName(const std::string &name, in GetUserInfoFromName() function in CrashCollector