Searched refs:root_prefix (Results 1 – 3 of 3) sorted by relevance
47 const char* root_prefix = nullptr; variable71 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()
233 void HardwareChromeOS::LoadConfig(const string& root_prefix, bool normal_mode) { in LoadConfig() argument237 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()
61 void LoadConfig(const std::string& root_prefix, bool normal_mode);