Searched refs:LoadXml (Results 1 – 5 of 5) sorted by relevance
114 std::unique_ptr<xml::XmlResource> LoadXml(const std::string& file_path, IDiagnostics* diag) const;
304 std::unique_ptr<xml::XmlResource> LoadedApk::LoadXml(const std::string& file_path, in LoadXml() function in aapt::LoadedApk
337 auto xml = apk->LoadXml(xml_file, GetDiagnostics()); in Dump()388 auto xml = apk->LoadXml(file, GetDiagnostics()); in Dump()
263 static std::unique_ptr<xml::XmlResource> LoadXml(const std::string& path, IDiagnostics* diag) { in LoadXml() function1764 LoadXml(options_.manifest_path, context_->GetDiagnostics()); in Run()
1803 std::unique_ptr<xml::XmlResource> doc = apk_->LoadXml("AndroidManifest.xml", diag); in Dump()2018 auto resource = apk->LoadXml(meta_data->resource, diag); in Dump()