Home
last modified time | relevance | path

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

/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/cmd/
DDump.cpp337 auto xml = apk->LoadXml(xml_file, GetDiagnostics()); in Dump()
388 auto xml = apk->LoadXml(file, GetDiagnostics()); in Dump()
DLink.cpp263 static std::unique_ptr<xml::XmlResource> LoadXml(const std::string& path, IDiagnostics* diag) { in LoadXml() function
1764 LoadXml(options_.manifest_path, context_->GetDiagnostics()); in Run()
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp1803 std::unique_ptr<xml::XmlResource> doc = apk_->LoadXml("AndroidManifest.xml", diag); in Dump()
2018 auto resource = apk->LoadXml(meta_data->resource, diag); in Dump()