Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DLoadedApk.cpp100 io::IFile* table_file = collection->FindFile(kProtoResourceTablePath); in LoadProtoApkFromFileCollection() local
101 if (table_file != nullptr) { in LoadProtoApkFromFileCollection()
103 std::unique_ptr<io::InputStream> in = table_file->OpenInputStream(); in LoadProtoApkFromFileCollection()
158 io::IFile* table_file = collection->FindFile(kApkResourceTablePath); in LoadBinaryApkFromFileCollection() local
159 if (table_file != nullptr) { in LoadBinaryApkFromFileCollection()
161 std::unique_ptr<io::IData> data = table_file->OpenAsData(); in LoadBinaryApkFromFileCollection()