Searched refs:cryptohome_proxy (Results 1 – 5 of 5) sorted by relevance
11 cryptohome_proxy = None variable in platform_CryptohomeMultiple19 if not self.cryptohome_proxy.mount(user, 'test', create=True):21 self.cryptohome_proxy.require_mounted(user)22 if not self.cryptohome_proxy.unmount(user):26 self.cryptohome_proxy = cryptohome.CryptohomeProxy()
13 cryptohome_proxy = None variable in platform_CryptohomeNonDirs16 if self.cryptohome_proxy.mount(user, 'test', create=True):31 self.cryptohome_proxy = cryptohome.CryptohomeProxy()
16 cryptohome_proxy = None variable in platform_CryptohomeBadPerms23 if self.cryptohome_proxy.mount(user, 'test', create=True):27 self.cryptohome_proxy = cryptohome.CryptohomeProxy()
37 cryptohome_proxy = cryptohome.CryptohomeProxy(self._bus_loop)38 cryptohome_proxy.ensure_clean_cryptohome_for(self._user1)39 cryptohome_proxy.ensure_clean_cryptohome_for(self._user2)
28 cryptohome_proxy = cryptohome.CryptohomeProxy(bus_loop)31 cryptohome_proxy.ensure_clean_cryptohome_for(user)