Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DDump.cpp333 for (auto xml_file : files_) { in Dump() local
337 auto xml = apk->LoadXml(xml_file, GetDiagnostics()); in Dump()
358 io::IFile* file = apk->GetFileCollection()->FindFile(xml_file); in Dump()
360 GetDiagnostics()->Error(DiagMessage(xml_file) in Dump()
361 << "File '" << xml_file << "' not found in APK"); in Dump()
368 GetDiagnostics()->Error(DiagMessage() << "Failed to open " << xml_file); in Dump()