Home
last modified time | relevance | path

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

/system/update_engine/common/
Dprefs.h45 virtual bool GetKey(std::string_view key, std::string* value) const = 0;
125 bool GetKey(std::string_view key, std::string* value) const override;
165 bool GetKey(std::string_view, std::string* value) const override;
Dprefs.cc55 return storage_->GetKey(key, value); in GetString()
170 bool Prefs::FileStorage::GetKey(std::string_view key, string* value) const { in GetKey() function in chromeos_update_engine::Prefs::FileStorage
241 bool MemoryPrefs::MemoryStorage::GetKey(std::string_view key, in GetKey() function in chromeos_update_engine::MemoryPrefs::MemoryStorage