Searched refs:GetKey (Results 1 – 2 of 2) sorted by relevance
/system/update_engine/common/ | ||
D | prefs.h | 45 virtual bool GetKey(std::string_view key, std::string* value) const = 0; |
D | prefs.cc | 55 return storage_->GetKey(key, value); in GetString() |