Searched refs:root_prefix (Results 1 – 3 of 3) 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()147 std::string root_prefix_str = root_prefix ? root_prefix : ""; in StoreMutableImageProperties()
289 void HardwareChromeOS::LoadConfig(const string& root_prefix, bool normal_mode) { in LoadConfig() argument293 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()
80 void LoadConfig(const std::string& root_prefix, bool normal_mode);