Home
last modified time | relevance | path

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

/system/update_engine/
Dimage_properties_chromeos.cc47 const char* root_prefix = nullptr; variable
71 if (root_prefix) in LoadLsbRelease()
72 path = root_prefix; in LoadLsbRelease()
84 root_prefix = test_root_prefix; in SetImagePropertiesRootPrefix()
145 std::string root_prefix_str = root_prefix ? root_prefix : ""; in StoreMutableImageProperties()
Dhardware_chromeos.cc233 void HardwareChromeOS::LoadConfig(const string& root_prefix, bool normal_mode) { in LoadConfig() argument
237 store.Load(base::FilePath(root_prefix + kConfigFilePath)); in LoadConfig()
239 if (store.Load(base::FilePath(root_prefix + kStatefulPartition + in LoadConfig()
243 store.Load(base::FilePath(root_prefix + kConfigFilePath)); in LoadConfig()
Dhardware_chromeos.h61 void LoadConfig(const std::string& root_prefix, bool normal_mode);