Searched refs:root_prefix (Results 1 – 4 of 4) sorted by relevance
48 const char* root_prefix = nullptr; variable72 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()
66 const char* root_prefix = nullptr; variable83 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()
324 void HardwareChromeOS::LoadConfig(const string& root_prefix, bool normal_mode) { in LoadConfig() argument328 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()
73 void LoadConfig(const std::string& root_prefix, bool normal_mode);