Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/platform_CryptohomeFio/
Dplatform_CryptohomeFio.py10 CRYPTOHOMESTRESS_START = '/tmp/cryptohomestress_begin' variable
32 open(CRYPTOHOMESTRESS_START, 'w').close()
86 if os.path.exists(CRYPTOHOMESTRESS_START):
87 os.unlink(CRYPTOHOMESTRESS_START)
/external/autotest/client/site_tests/platform_CryptohomeStress/
Dplatform_CryptohomeStress.py12 CRYPTOHOMESTRESS_START = '/tmp/cryptohomestress_begin' variable
35 lambda: os.path.exists(CRYPTOHOMESTRESS_START),