Searched refs:LoadXml (Results 1 – 5 of 5) sorted by relevance
331 auto xml = apk->LoadXml(xml_file, GetDiagnostics()); in Dump()382 auto xml = apk->LoadXml(file, GetDiagnostics()); in Dump()
254 static std::unique_ptr<xml::XmlResource> LoadXml(const std::string& path, IDiagnostics* diag) { in LoadXml() function1658 LoadXml(options_.manifest_path, context_->GetDiagnostics()); in Run()
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
1787 std::unique_ptr<xml::XmlResource> doc = apk_->LoadXml("AndroidManifest.xml", diag); in Dump()2002 auto resource = apk->LoadXml(meta_data->resource, diag); in Dump()