Home
last modified time | relevance | path

Searched refs:is_guest_vault_mounted (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/site_tests/login_CryptohomeIncognito/
Dlogin_CryptohomeIncognito.py18 if not cryptohome.is_guest_vault_mounted():
21 if cryptohome.is_guest_vault_mounted(allow_fail=True):
/external/autotest/client/bin/
Dtelemetry_sanity.py102 if not cryptohome.is_guest_vault_mounted():
104 if cryptohome.is_guest_vault_mounted(allow_fail=True):
Dvm_sanity.py102 if not cryptohome.is_guest_vault_mounted():
104 if cryptohome.is_guest_vault_mounted(allow_fail=True):
/external/autotest/client/cros/
Dcryptohome.py360 if not is_guest_vault_mounted(allow_fail=True):
511 def is_guest_vault_mounted(allow_fail=False): function