Home
last modified time | relevance | path

Searched refs:MemoryPrefs (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/common/
Dprefs.cc169 bool MemoryPrefs::MemoryStorage::GetKey(const string& key, in GetKey()
178 bool MemoryPrefs::MemoryStorage::SetKey(const string& key, in SetKey()
184 bool MemoryPrefs::MemoryStorage::KeyExists(const string& key) const { in KeyExists()
188 bool MemoryPrefs::MemoryStorage::DeleteKey(const string& key) { in DeleteKey()
Dprefs.h141 class MemoryPrefs : public PrefsBase {
143 MemoryPrefs() : PrefsBase(&mem_storage_) {} in MemoryPrefs() function
164 DISALLOW_COPY_AND_ASSIGN(MemoryPrefs);
Dprefs_unittest.cc346 MemoryPrefs prefs_;
/system/update_engine/
Dsideload_main.cc153 MemoryPrefs prefs; in ApplyUpdatePayload()
/system/update_engine/payload_generator/
Dgenerate_delta_main.cc205 MemoryPrefs prefs; in ApplyPayload()