Home
last modified time | relevance | path

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

/system/update_engine/common/
Dprefs.h54 virtual bool SetKey(std::string_view key, std::string_view value) = 0;
142 bool SetKey(std::string_view key, std::string_view value) override;
188 bool SetKey(std::string_view key, std::string_view value) override;
Dprefs.cc62 TEST_AND_RETURN_FALSE(storage_->SetKey(key, value)); in SetString()
284 bool Prefs::FileStorage::SetKey(std::string_view key, std::string_view value) { in SetKey() function in chromeos_update_engine::Prefs::FileStorage
359 bool MemoryPrefs::MemoryStorage::SetKey(std::string_view key, in SetKey() function in chromeos_update_engine::MemoryPrefs::MemoryStorage