HomeSort by relevance Sort by last modified time
    Searched refs:GetCrashPath (Results 1 - 5 of 5) sorted by null

  /system/core/crash_reporter/
udev_collector.cc 113 FilePath crash_path = GetCrashPath(crash_directory, log_file_name, "log");
136 WriteCrashMetaData(GetCrashPath(crash_directory, log_file_name, "meta"),
181 FilePath core_path = GetCrashPath(crash_directory, dump_basename, "devcore");
182 FilePath log_path = GetCrashPath(crash_directory, dump_basename, "log");
183 FilePath meta_path = GetCrashPath(crash_directory, dump_basename, "meta");
crash_collector.h 51 FRIEND_TEST(CrashCollectorTest, GetCrashPath);
111 base::FilePath GetCrashPath(const base::FilePath &crash_directory,
crash_collector_test.cc 110 TEST_F(CrashCollectorTest, GetCrashPath) {
112 collector_.GetCrashPath(FilePath("/var/spool/crash"),
116 collector_.GetCrashPath(FilePath("/home/chronos/user/crash"),
user_collector.cc 191 FilePath diag_log_path = GetCrashPath(crash_path, dump_basename, "diaglog");
202 FilePath log_path = GetCrashPath(crash_path, dump_basename, "log");
203 FilePath meta_path = GetCrashPath(crash_path, dump_basename, "meta");
500 FilePath core_path = GetCrashPath(crash_path, dump_basename, "core");
501 FilePath meta_path = GetCrashPath(crash_path, dump_basename, "meta");
502 FilePath minidump_path = GetCrashPath(crash_path, dump_basename, "dmp");
503 FilePath log_path = GetCrashPath(crash_path, dump_basename, "log");
crash_collector.cc 150 FilePath CrashCollector::GetCrashPath(const FilePath &crash_directory,

Completed in 56 milliseconds