Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DLoadedApk.h39 io::IFileCollection* GetFileCollection() { return apk_.get(); } in GetFileCollection() function
/frameworks/base/tools/aapt2/cmd/
DOptimize.cpp259 io::IFile* manifest_file = apk->GetFileCollection()->FindFile("AndroidManifest.xml"); in ExtractAppDataFromManifest()