Home
last modified time | relevance | path

Searched refs:root_prefix (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/cros/
Dimage_properties_chromeos.cc48 const char* root_prefix = nullptr; variable
72 if (root_prefix) in LoadLsbRelease()
73 path = root_prefix; in LoadLsbRelease()
85 root_prefix = test_root_prefix; in SetImagePropertiesRootPrefix()
147 std::string root_prefix_str = root_prefix ? root_prefix : ""; in StoreMutableImageProperties()
Dhardware_chromeos.cc289 void HardwareChromeOS::LoadConfig(const string& root_prefix, bool normal_mode) { in LoadConfig() argument
293 store.Load(base::FilePath(root_prefix + kConfigFilePath)); in LoadConfig()
295 if (store.Load(base::FilePath(root_prefix + kStatefulPartition + in LoadConfig()
299 store.Load(base::FilePath(root_prefix + kConfigFilePath)); in LoadConfig()
Dhardware_chromeos.h80 void LoadConfig(const std::string& root_prefix, bool normal_mode);