Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/login_CryptohomeIncognito/
Dlogin_CryptohomeIncognito.py18 if not cryptohome.is_guest_vault_mounted():
22 if cryptohome.is_guest_vault_mounted(allow_fail=True):
/external/autotest/client/cros/
Dcryptohome.py313 if not is_guest_vault_mounted(allow_fail=True):
421 def is_guest_vault_mounted(allow_fail=False): function