OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CRASH_DIR
(Results
1 - 4
of
4
) 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/client/cros/
constants.py
30
CRASH_DIR
= '/var/spool/crash'
/external/autotest/client/bin/
site_sysinfo.py
280
purgeable_logdir(constants.
CRASH_DIR
,
286
constants.
CRASH_DIR
,
/external/autotest/server/
site_crashcollect.py
135
for file in host.list_files_glob(os.path.join(constants.
CRASH_DIR
, '*')):
Completed in 212 milliseconds