Home
last modified time | relevance | path

Searched refs:GetLogContents (Results 1 – 5 of 5) sorted by relevance

/system/core/crash_reporter/
Dcrash_collector.h52 FRIEND_TEST(CrashCollectorTest, GetLogContents);
127 bool GetLogContents(const base::FilePath &config_path,
Dcrash_collector_test.cc228 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()
Dudev_collector.cc116 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()
Duser_collector.cc192 if (GetLogContents(FilePath(log_config_path_), kCollectionErrorSignature, in EnqueueCollectionErrorLog()
505 if (GetLogContents(FilePath(log_config_path_), exec, log_path)) in ConvertAndEnqueueCrash()
Dcrash_collector.cc338 bool CrashCollector::GetLogContents(const FilePath &config_path, in GetLogContents() function in CrashCollector