Home
last modified time | relevance | path

Searched refs:_SYSTEM_CRASH_DIR (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/site_tests/logging_UdevCrash/
Dlogging_UdevCrash.py18 if not os.path.exists(self._SYSTEM_CRASH_DIR):
21 for filename in os.listdir(self._SYSTEM_CRASH_DIR):
28 filepath = os.path.join(self._SYSTEM_CRASH_DIR, filename)
/external/autotest/client/cros/crash/
Dcrash_test.py86 _SYSTEM_CRASH_DIR = '/var/spool/crash' variable in CrashTest
168 utils.system('rm -rf ' + self._SYSTEM_CRASH_DIR)
316 return self._SYSTEM_CRASH_DIR
343 return os.path.join(self._SYSTEM_CRASH_DIR, name)
356 if not os.path.exists(self._SYSTEM_CRASH_DIR):
357 os.makedirs(self._SYSTEM_CRASH_DIR)
/external/autotest/client/site_tests/logging_CrashServices/
Dlogging_CrashServices.py50 return self._find_file_in_path(CrashTest._SYSTEM_CRASH_DIR,
/external/autotest/server/site_tests/logging_GenerateCrashFiles/
Dlogging_GenerateCrashFiles.py19 CRASH_DIR = CrashTest._SYSTEM_CRASH_DIR
/external/autotest/server/site_tests/platform_KernelErrorPaths/
Dplatform_KernelErrorPaths.py276 self._crash_log_dir = CrashTestDefs._SYSTEM_CRASH_DIR
/external/autotest/server/site_tests/enterprise_CFM_USBPeripheralHotplugDetect/
Denterprise_CFM_USBPeripheralHotplugDetect.py16 _CRASH_PATHS = [CrashTest._SYSTEM_CRASH_DIR.replace("/crash",""),
/external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
Dplatform_ExternalUsbPeripherals.py14 _CRASH_PATHS = [CrashTest._SYSTEM_CRASH_DIR.replace("/crash",""),