Searched refs:prefs_dir (Results 1 - 3 of 3) sorted by relevance

/system/update_engine/common/
H A Dprefs.cc109 bool Prefs::Init(const base::FilePath& prefs_dir) { argument
110 return file_storage_.Init(prefs_dir);
113 bool Prefs::FileStorage::Init(const base::FilePath& prefs_dir) { argument
114 prefs_dir_ = prefs_dir;
H A Dprefs.h96 // Initializes the store by associating this object with |prefs_dir|
99 bool Init(const base::FilePath& prefs_dir);
110 bool Init(const base::FilePath& prefs_dir);
/system/update_engine/payload_generator/
H A Dgenerate_delta_main.cc185 const string& prefs_dir) {
191 LOG(INFO) << "Setting up preferences under: " << prefs_dir;
192 LOG_IF(ERROR, !prefs.Init(base::FilePath(prefs_dir)))
296 DEFINE_string(prefs_dir, "/tmp/update_engine_prefs",
182 ApplyDelta(const string& in_file, const string& old_kernel, const string& old_rootfs, const string& prefs_dir) argument

Completed in 50 milliseconds