Searched refs:config_path (Results 1 – 3 of 3) sorted by relevance
291 const std::string& config_path, in ExtractConfiguration() argument294 std::unique_ptr<xml::XmlResource> doc = xml::Inflate(&in, diag, Source(config_path)); in ExtractConfiguration()441 ConfigurationParser::ConfigurationParser(std::string contents, const std::string& config_path) in ConfigurationParser() argument442 : contents_(std::move(contents)), config_path_(config_path), diag_(&noop_) { in ConfigurationParser()
165 ConfigurationParser(std::string contents, const std::string& config_path);
216 const std::string& config_path,