OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:log_config_path_
(Results
1 - 6
of
6
) sorted by null
/system/core/crash_reporter/
udev_collector.h
70
log_config_path_
= base::FilePath(path);
udev_collector.cc
116
bool result = GetLogContents(
log_config_path_
, udev_log_name, crash_path);
195
bool result = GetLogContents(
log_config_path_
, udev_log_name, log_path);
crash_collector.h
161
base::FilePath
log_config_path_
;
member in class:CrashCollector
udev_collector_test.cc
131
collector_.
log_config_path_
= log_config_path;
user_collector.cc
192
if (GetLogContents(FilePath(
log_config_path_
), kCollectionErrorSignature,
505
if (GetLogContents(FilePath(
log_config_path_
), exec, log_path))
crash_collector.cc
92
:
log_config_path_
(kDefaultLogConfig) {
Completed in 174 milliseconds