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

/system/update_engine/common/
H A Dprefs.h47 virtual bool SetKey(const std::string& key, const std::string& value) = 0;
114 bool SetKey(const std::string& key, const std::string& value) override;
152 bool SetKey(const std::string& key, const std::string& value) override;
H A Dprefs.cc37 TEST_AND_RETURN_FALSE(storage_->SetKey(key, value));
128 bool Prefs::FileStorage::SetKey(const string& key, const string& value) { function in class:chromeos_update_engine::Prefs::FileStorage
178 bool MemoryPrefs::MemoryStorage::SetKey(const string& key, function in class:chromeos_update_engine::MemoryPrefs::MemoryStorage

Completed in 158 milliseconds