Home
last modified time | relevance | path

Searched refs:LoadXml (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tools/aapt2/cmd/
DDump.cpp331 auto xml = apk->LoadXml(xml_file, GetDiagnostics()); in Dump()
382 auto xml = apk->LoadXml(file, GetDiagnostics()); in Dump()
DLink.cpp254 static std::unique_ptr<xml::XmlResource> LoadXml(const std::string& path, IDiagnostics* diag) { in LoadXml() function
1658 LoadXml(options_.manifest_path, context_->GetDiagnostics()); in Run()
/frameworks/base/tools/aapt2/
DLoadedApk.h114 std::unique_ptr<xml::XmlResource> LoadXml(const std::string& file_path, IDiagnostics* diag) const;
DLoadedApk.cpp304 std::unique_ptr<xml::XmlResource> LoadedApk::LoadXml(const std::string& file_path, in LoadXml() function in aapt::LoadedApk
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp1787 std::unique_ptr<xml::XmlResource> doc = apk_->LoadXml("AndroidManifest.xml", diag); in Dump()
2002 auto resource = apk->LoadXml(meta_data->resource, diag); in Dump()