Searched refs:GetKey (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/common/
H A Dprefs.h43 virtual bool GetKey(const std::string& key, std::string* value) const = 0;
113 bool GetKey(const std::string& key, std::string* value) const override;
151 bool GetKey(const std::string& key, std::string* value) const override;
H A Dprefs.cc33 return storage_->GetKey(key, value);
118 bool Prefs::FileStorage::GetKey(const string& key, string* value) const { function in class:chromeos_update_engine::Prefs::FileStorage
169 bool MemoryPrefs::MemoryStorage::GetKey(const string& key, function in class:chromeos_update_engine::MemoryPrefs::MemoryStorage

Completed in 61 milliseconds