Searched refs:ensure_clean_cryptohome_for (Results 1 – 10 of 10) sorted by relevance
36 cryptohome_proxy.ensure_clean_cryptohome_for(self._user1)37 cryptohome_proxy.ensure_clean_cryptohome_for(self._user2)
20 cryptohome.ensure_clean_cryptohome_for(test_user, test_password)
27 cryptohome.ensure_clean_cryptohome_for(self.user, password)
30 cryptohome.ensure_clean_cryptohome_for(user)
37 self._cryptohome_proxy.ensure_clean_cryptohome_for(user, password)
39 cryptohome.ensure_clean_cryptohome_for(owner)
40 cryptohome.ensure_clean_cryptohome_for(owner)
32 cryptohome_proxy.ensure_clean_cryptohome_for(user)
76 self._cryptohome_proxy.ensure_clean_cryptohome_for(user)
63 def ensure_clean_cryptohome_for(user, password=None): function776 def ensure_clean_cryptohome_for(self, user, password=None): member in CryptohomeProxy