Searched refs:MemoryPrefs (Results 1 - 4 of 4) sorted by relevance

/system/update_engine/common/
H A Dprefs.h141 class MemoryPrefs : public PrefsBase { class in namespace:chromeos_update_engine
143 MemoryPrefs() : PrefsBase(&mem_storage_) {} function in class:chromeos_update_engine::MemoryPrefs
164 DISALLOW_COPY_AND_ASSIGN(MemoryPrefs);
H A Dprefs.cc167 // MemoryPrefs
169 bool MemoryPrefs::MemoryStorage::GetKey(const string& key,
178 bool MemoryPrefs::MemoryStorage::SetKey(const string& key,
184 bool MemoryPrefs::MemoryStorage::KeyExists(const string& key) const {
188 bool MemoryPrefs::MemoryStorage::DeleteKey(const string& key) {
H A Dprefs_unittest.cc343 MemoryPrefs prefs_;
/system/update_engine/
H A Dsideload_main.cc159 MemoryPrefs prefs;

Completed in 93 milliseconds