Searched refs:table_file (Results 1 – 1 of 1) sorted by relevance
102 io::IFile* table_file = collection->FindFile(kProtoResourceTablePath); in LoadProtoApkFromFileCollection() local103 if (table_file != nullptr) { in LoadProtoApkFromFileCollection()105 std::unique_ptr<android::InputStream> in = table_file->OpenInputStream(); in LoadProtoApkFromFileCollection()161 io::IFile* table_file = collection->FindFile(kApkResourceTablePath); in LoadBinaryApkFromFileCollection() local162 if (table_file != nullptr) { in LoadBinaryApkFromFileCollection()164 std::unique_ptr<io::IData> data = table_file->OpenAsData(); in LoadBinaryApkFromFileCollection()