Searched refs:ensure_clean_cryptohome_for (Results 1 – 9 of 9) sorted by relevance
38 cryptohome_proxy.ensure_clean_cryptohome_for(self._user1)39 cryptohome_proxy.ensure_clean_cryptohome_for(self._user2)
27 self._cryptohome_proxy.ensure_clean_cryptohome_for(self.user, password)
28 self._cryptohome_proxy.ensure_clean_cryptohome_for(user, password)
30 cryptohome.CryptohomeProxy(bus_loop).ensure_clean_cryptohome_for(user)
41 self._cryptohome_proxy.ensure_clean_cryptohome_for(owner)
31 cryptohome_proxy.ensure_clean_cryptohome_for(user)
48 self._cryptohome_proxy.ensure_clean_cryptohome_for(owner)
80 self._cryptohome_proxy.ensure_clean_cryptohome_for(user)
41 def ensure_clean_cryptohome_for(user, password=None): function489 def ensure_clean_cryptohome_for(self, user, password=None): member in CryptohomeProxy