Home
last modified time | relevance | path

Searched refs:is_guest_vault_mounted (Results 1 – 3 of 3) 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/
Dvm_sanity.py97 if not cryptohome.is_guest_vault_mounted():
99 if cryptohome.is_guest_vault_mounted(allow_fail=True):
/external/autotest/client/cros/
Dcryptohome.py333 if not is_guest_vault_mounted(allow_fail=True):
473 def is_guest_vault_mounted(allow_fail=False): function