Home
last modified time | relevance | path

Searched refs:Prefs (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/common/
Dprefs.cc109 bool Prefs::Init(const base::FilePath& prefs_dir) { in Init()
113 bool Prefs::FileStorage::Init(const base::FilePath& prefs_dir) { in Init()
118 bool Prefs::FileStorage::GetKey(const string& key, string* value) const { in GetKey()
128 bool Prefs::FileStorage::SetKey(const string& key, const string& value) { in SetKey()
141 bool Prefs::FileStorage::KeyExists(const string& key) const { in KeyExists()
147 bool Prefs::FileStorage::DeleteKey(const string& key) { in DeleteKey()
154 bool Prefs::FileStorage::GetFileNameForKey(const string& key, in GetFileNameForKey()
Dprefs.h92 class Prefs : public PrefsBase {
94 Prefs() : PrefsBase(&file_storage_) {} in Prefs() function
135 DISALLOW_COPY_AND_ASSIGN(Prefs);
Dprefs_unittest.cc58 Prefs prefs_;
/system/update_engine/
Ddaemon_state_android.cc54 Prefs* prefs = new Prefs(); in Initialize()
Dreal_system_state.cc86 Prefs* prefs; in Initialize()
87 prefs_.reset(prefs = new Prefs()); in Initialize()
100 powerwash_safe_prefs_.reset(prefs = new Prefs()); in Initialize()
/system/update_engine/payload_generator/
Dgenerate_delta_main.cc189 Prefs prefs; in ApplyDelta()