Home
last modified time | relevance | path

Searched refs:CRASH_DIR (Results 1 – 5 of 5) sorted by relevance

/external/autotest/server/site_tests/logging_GenerateCrashFiles/
Dlogging_GenerateCrashFiles.py19 CRASH_DIR = CrashTest._SYSTEM_CRASH_DIR variable in logging_GenerateCrashFiles
31 out = self.host.run('ls %s' % self.CRASH_DIR, ignore_status=True)
41 file_path = self.CRASH_DIR + '/' + crash_file
53 self.host.run('rm %s' % self.CRASH_DIR + '/' + crash_file)
61 file_list = self.host.run('ls %s' % self.CRASH_DIR, ignore_status=True)
/external/autotest/client/site_tests/security_SandboxLinuxUnittests/
Dsecurity_SandboxLinuxUnittests.py17 CRASH_DIR = '/var/spool/crash' variable in security_SandboxLinuxUnittests
22 crash_pattern = os.path.join(self.CRASH_DIR, self.BINARY + '*')
/external/autotest/client/cros/
Dconstants.py30 CRASH_DIR = '/var/spool/crash' variable
/external/autotest/client/bin/
Dsite_sysinfo.py281 purgeable_logdir(constants.CRASH_DIR,
287 constants.CRASH_DIR,
/external/autotest/server/
Dsite_crashcollect.py171 return host.list_files_glob(os.path.join(constants.CRASH_DIR, '*'))