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 148 def crash_not_detected(self, crash_path):
151 @param crash_path: Crash files path
156 if str(self.host.run('ls %s' % crash_path,
158 crash_out = self.host.run('ls %s/crash/' % crash_path,
165 (crash_path, crash_file))
235 for crash_path in _CRASH_PATHS:
236 result = result and self.crash_not_detected(crash_path)
245 for crash_path in _CRASH_PATHS:
246 if not self.crash_not_detected(crash_path):
247 self.host.run('rm -rf %s/crash' % crash_path,
    [all...]
  /system/core/debuggerd/tombstoned/
tombstoned.cpp 64 std::string crash_path; member in struct:Crash
132 std::tie(output_fd, crash->crash_path) = get_tombstone();
254 if (!crash->crash_path.empty()) {
255 LOG(ERROR) << "Tombstone written to: " << crash->crash_path;
  /tools/test/connectivity/acts/framework/acts/controllers/
android_device.py 902 for crash_path in CRASH_REPORT_PATHS:
903 for report in self.get_file_names(crash_path):
906 crash_reports.append(os.path.join(crash_path, report))
    [all...]

Completed in 202 milliseconds