OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_SYSTEM_CRASH_DIR
(Results
1 - 5
of
5
) sorted by null
/external/autotest/client/site_tests/logging_UdevCrash/
logging_UdevCrash.py
18
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_test.py
79
_SYSTEM_CRASH_DIR
= '/var/spool/crash'
160
utils.system('rm -rf ' + self.
_SYSTEM_CRASH_DIR
)
313
return self.
_SYSTEM_CRASH_DIR
327
return os.path.join(self.
_SYSTEM_CRASH_DIR
, name)
333
This writes a file to
_SYSTEM_CRASH_DIR
with the given name. This is
340
if not os.path.exists(self.
_SYSTEM_CRASH_DIR
):
341
os.makedirs(self.
_SYSTEM_CRASH_DIR
)
/external/autotest/client/site_tests/logging_CrashServices/
logging_CrashServices.py
49
return self._find_file_in_path(CrashTest.
_SYSTEM_CRASH_DIR
,
/external/autotest/server/site_tests/platform_KernelErrorPaths/
platform_KernelErrorPaths.py
276
self._crash_log_dir = CrashTestDefs.
_SYSTEM_CRASH_DIR
/external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
platform_ExternalUsbPeripherals.py
15
_CRASH_PATHS = [CrashTest.
_SYSTEM_CRASH_DIR
.replace("/crash",""),
Completed in 3960 milliseconds