Home
last modified time | relevance | path

Searched refs:user_hash (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/site_tests/platform_CryptohomeTestAuth/
Dplatform_CryptohomeTestAuth.py22 user_hash = cryptohome.get_user_hash(test_user)
28 if os.path.exists(os.path.join(constants.SHADOW_ROOT, user_hash)):
68 if os.path.exists(os.path.join(constants.SHADOW_ROOT, user_hash)):
/external/autotest/client/site_tests/platform_CryptohomeChangePassword/
Dplatform_CryptohomeChangePassword.py29 user_hash = self.__run_cmd(cmd).strip()
36 if os.path.exists(os.path.join(constants.SHADOW_ROOT, user_hash)):
44 if not os.path.exists(os.path.join(constants.SHADOW_ROOT, user_hash)):
/external/autotest/client/cros/
Dcryptohome.py258 user_hash = get_user_hash(user)
259 logging.debug('Removing vault for user %s with hash %s', user, user_hash)
263 if os.path.exists(os.path.join(constants.SHADOW_ROOT, user_hash)):
287 user_hash = get_user_hash(user)
288 if not os.path.exists(os.path.join(constants.SHADOW_ROOT, user_hash)):
297 user_hash = get_user_hash(user)
298 if os.path.exists(os.path.join(constants.SHADOW_ROOT, user_hash)):
/external/autotest/client/site_tests/network_ShillInitScripts/
Dmock_flimflam.py63 def InsertUserProfile(self, profile, user_hash): argument
70 self.add_method_call('InsertUserProfile', (profile, user_hash))
/external/autotest/client/site_tests/platform_CryptohomeMount/
Dplatform_CryptohomeMount.py18 user_hash = cryptohome.get_user_hash(test_user)