Home
last modified time | relevance | path

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

/system/update_engine/
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()
148 std::string root_prefix_str = root_prefix ? root_prefix : ""; in StoreMutableImageProperties()
Dimage_properties_android.cc66 const char* root_prefix = nullptr; variable
83 if (root_prefix) { in OpenMisc()
85 misc_device = base::FilePath(root_prefix).Append("misc").value(); in OpenMisc()
167 root_prefix = test_root_prefix; in SetImagePropertiesRootPrefix()
175 if (root_prefix) in LoadImageProperties()
176 osrelease.LoadTestingOnly(base::FilePath(root_prefix)); in LoadImageProperties()
Dhardware_chromeos.cc324 void HardwareChromeOS::LoadConfig(const string& root_prefix, bool normal_mode) { in LoadConfig() argument
328 store.Load(base::FilePath(root_prefix + kConfigFilePath)); in LoadConfig()
330 if (store.Load(base::FilePath(root_prefix + kStatefulPartition + in LoadConfig()
334 store.Load(base::FilePath(root_prefix + kConfigFilePath)); in LoadConfig()
Dhardware_chromeos.h73 void LoadConfig(const std::string& root_prefix, bool normal_mode);