OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CRASH_DIR
(Results
1 - 5
of
5
) sorted by null
/external/autotest/client/site_tests/security_SandboxLinuxUnittests/
security_SandboxLinuxUnittests.py
17
CRASH_DIR
= '/var/spool/crash'
22
crash_pattern = os.path.join(self.
CRASH_DIR
, self.BINARY + '*')
/external/autotest/server/site_tests/logging_GenerateCrashFiles/
logging_GenerateCrashFiles.py
19
CRASH_DIR
= CrashTest._SYSTEM_CRASH_DIR
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/cros/
constants.py
30
CRASH_DIR
= '/var/spool/crash'
/external/autotest/client/bin/
site_sysinfo.py
326
constants.
CRASH_DIR
,
332
constants.
CRASH_DIR
,
/external/autotest/server/
site_crashcollect.py
171
return host.list_files_glob(os.path.join(constants.
CRASH_DIR
, '*'))
Completed in 155 milliseconds