HomeSort by relevance Sort by last modified time
    Searched refs:InstallAttributesGet (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chromeos/cryptohome/
cryptohome_util.h 26 CHROMEOS_EXPORT bool InstallAttributesGet(const std::string& name,
cryptohome_util.cc 35 bool InstallAttributesGet(
40 InstallAttributesGet(name, &buf, &success);
  /external/chromium_org/chromeos/dbus/
mock_cryptohome_client.h 80 MOCK_METHOD3(InstallAttributesGet,
cryptohome_client.h 245 // Calls InstallAttributesGet method and returns true when the call succeeds.
248 virtual bool InstallAttributesGet(const std::string& name,
fake_cryptohome_client.h 78 virtual bool InstallAttributesGet(const std::string& name,
fake_cryptohome_client.cc 234 bool FakeCryptohomeClient::InstallAttributesGet(const std::string& name,
cryptohome_client.cc 355 virtual bool InstallAttributesGet(const std::string& name,
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
enterprise_install_attributes.cc 135 if (cryptohome_util::InstallAttributesGet(kEnterpriseAttributes[i],

Completed in 53 milliseconds