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

  /external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
platform_ExternalUsbPeripherals.py 133 def crash_not_detected(self, crash_path):
136 @param crash_path: Crash files path
141 if str(self.host.run('ls %s' % crash_path,
143 crash_out = self.host.run('ls %s/crash/' % crash_path).stdout
149 (crash_path, crash_file))
219 for crash_path in _CRASH_PATHS:
220 result = result and self.crash_not_detected(crash_path)
229 for crash_path in _CRASH_PATHS:
230 if not self.crash_not_detected(crash_path):
231 self.host.run('rm -rf %s/crash' % crash_path,
    [all...]
  /system/core/crash_reporter/
udev_collector.cc 113 FilePath crash_path = GetCrashPath(crash_directory, log_file_name, "log"); local
116 bool result = GetLogContents(log_config_path_, udev_log_name, crash_path);
125 gzip_process.AddArg(crash_path.value());
127 FilePath crash_path_zipped = FilePath(crash_path.value() + ".gz");
132 crash_path = crash_path_zipped;
137 exec_name, crash_path.value());
user_collector.cc 181 FilePath crash_path; local
183 if (!GetCreatedCrashDirectoryByEuid(0, &crash_path, nullptr)) {
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");
485 FilePath crash_path; local
486 if (!GetCreatedCrashDirectory(pid, supplied_ruid, &crash_path,
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")
    [all...]

Completed in 47 milliseconds