Searched refs:GetExecutableBaseNameFromPid (Results 1 - 5 of 5) sorted by relevance

/system/core/crash_reporter/
H A Duser_collector_test.cc196 TEST_F(UserCollectorTest, GetExecutableBaseNameFromPid) {
198 EXPECT_FALSE(collector_.GetExecutableBaseNameFromPid(0, &base_name));
207 EXPECT_TRUE(collector_.GetExecutableBaseNameFromPid(my_pid, &base_name));
H A Dcrash_collector.h118 bool GetExecutableBaseNameFromPid(pid_t pid,
H A Duser_collector.h67 FRIEND_TEST(UserCollectorTest, GetExecutableBaseNameFromPid);
H A Dcrash_collector.cc269 bool CrashCollector::GetExecutableBaseNameFromPid(pid_t pid, function in class:CrashCollector
H A Duser_collector.cc625 } else if (!GetExecutableBaseNameFromPid(pid, &exec)) {

Completed in 62 milliseconds