Home
last modified time | relevance | path

Searched refs:log_config_path_ (Results 1 – 6 of 6) sorted by relevance

/system/core/crash_reporter/
Dudev_collector.h70 log_config_path_ = base::FilePath(path); in set_log_config_path()
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()
Dudev_collector_test.cc131 collector_.log_config_path_ = log_config_path; in SetUp()
Dcrash_collector.h161 base::FilePath log_config_path_; variable
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.cc92 : log_config_path_(kDefaultLogConfig) { in CrashCollector()