Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/platform_CryptohomeFio/
Dplatform_CryptohomeFio.py11 CRYPTOHOMESTRESS_END = '/tmp/cryptohomestress_end' variable
30 if os.path.exists(CRYPTOHOMESTRESS_END):
31 os.unlink(CRYPTOHOMESTRESS_END)
85 open(CRYPTOHOMESTRESS_END, 'w').close()
/external/autotest/client/site_tests/platform_CryptohomeStress/
Dplatform_CryptohomeStress.py13 CRYPTOHOMESTRESS_END = '/tmp/cryptohomestress_end' variable
42 lambda: os.path.exists(CRYPTOHOMESTRESS_END),