Searched refs:GetLogContents (Results 1 – 5 of 5) sorted by relevance
/system/core/crash_reporter/ |
D | crash_collector.h | 52 FRIEND_TEST(CrashCollectorTest, GetLogContents); 127 bool GetLogContents(const base::FilePath &config_path,
|
D | crash_collector_test.cc | 228 TEST_F(CrashCollectorTest, GetLogContents) { in TEST_F() argument 236 EXPECT_FALSE(collector_.GetLogContents(config_file, in TEST_F() 241 EXPECT_TRUE(collector_.GetLogContents(config_file, in TEST_F()
|
D | udev_collector.cc | 116 bool result = GetLogContents(log_config_path_, udev_log_name, crash_path); in ProcessUdevCrashLogs() 195 bool result = GetLogContents(log_config_path_, udev_log_name, log_path); in AppendDevCoredump()
|
D | user_collector.cc | 192 if (GetLogContents(FilePath(log_config_path_), kCollectionErrorSignature, in EnqueueCollectionErrorLog() 505 if (GetLogContents(FilePath(log_config_path_), exec, log_path)) in ConvertAndEnqueueCrash()
|
D | crash_collector.cc | 338 bool CrashCollector::GetLogContents(const FilePath &config_path, in GetLogContents() function in CrashCollector
|