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

  /external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
platform_ExternalUsbPeripherals.py 145 for crash_file in crash_files:
146 if crash_file.find('.meta') != -1 and \
147 crash_file.find('kernel_warning') == -1:
149 (crash_path, crash_file))
  /system/core/metricsd/
metrics_collector.h 132 // |crash_file| exists. It removes the file immediately if it
134 bool CheckSystemCrash(const std::string& crash_file);
metrics_collector.cc 354 bool MetricsCollector::CheckSystemCrash(const string& crash_file) {
355 FilePath crash_detected(crash_file);

Completed in 87 milliseconds