Searched refs:log_config_path_ (Results 1 – 6 of 6) sorted by relevance
70 log_config_path_ = base::FilePath(path); in set_log_config_path()
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()
131 collector_.log_config_path_ = log_config_path; in SetUp()
161 base::FilePath log_config_path_; variable
192 if (GetLogContents(FilePath(log_config_path_), kCollectionErrorSignature, in EnqueueCollectionErrorLog()505 if (GetLogContents(FilePath(log_config_path_), exec, log_path)) in ConvertAndEnqueueCrash()
92 : log_config_path_(kDefaultLogConfig) { in CrashCollector()