Searched refs:user_hash (Results 1 – 3 of 3) sorted by relevance
/external/autotest/client/site_tests/platform_CryptohomeTestAuth/ |
D | platform_CryptohomeTestAuth.py | 22 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/cros/ |
D | cryptohome.py | 270 user_hash = get_user_hash(user) 271 logging.debug('Removing vault for user %s with hash %s', user, user_hash) 275 if os.path.exists(os.path.join(constants.SHADOW_ROOT, user_hash)): 307 user_hash = get_user_hash(user) 308 if not os.path.exists(os.path.join(constants.SHADOW_ROOT, user_hash)): 317 user_hash = get_user_hash(user) 318 if os.path.exists(os.path.join(constants.SHADOW_ROOT, user_hash)):
|
/external/autotest/client/site_tests/network_ShillInitScripts/ |
D | mock_flimflam.py | 63 def InsertUserProfile(self, profile, user_hash): argument 70 self.add_method_call('InsertUserProfile', (profile, user_hash))
|