Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/policy_DeviceEphemeralUsersEnabled/
Dpolicy_DeviceEphemeralUsersEnabled.py19 if case and cryptohome.is_permanent_vault_mounted(
26 cryptohome.is_permanent_vault_mounted(
/external/autotest/client/site_tests/platform_CryptohomeMount/
Dplatform_CryptohomeMount.py35 if cryptohome.is_permanent_vault_mounted(test_user, allow_fail=True):
/external/autotest/client/site_tests/login_CryptohomeDataLeak/
Dlogin_CryptohomeDataLeak.py31 if not cryptohome.is_permanent_vault_mounted(username):
/external/autotest/client/cros/
Dcryptohome.py351 if not is_permanent_vault_mounted(user=user, allow_fail=True):
528 def is_permanent_vault_mounted(user, allow_fail=False): function