Home
last modified time | relevance | path

Searched refs:CHROME_CORE_MAGIC_FILE (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/common_lib/cros/
Dchrome.py248 open(constants.CHROME_CORE_MAGIC_FILE, 'w').close()
287 if os.path.exists(constants.CHROME_CORE_MAGIC_FILE):
288 os.remove(constants.CHROME_CORE_MAGIC_FILE)
/external/autotest/client/cros/
Dconstants.py20 CHROME_CORE_MAGIC_FILE = '/mnt/stateful_partition/etc/collect_chrome_crashes' variable