Home | History | Annotate | Download | only in jni

Lines Matching refs:ZipFileRO

23 #include <androidfw/ZipFileRO.h>
68 typedef install_status_t (*iterFunc)(JNIEnv*, void*, ZipFileRO*, ZipEntryRO, const char*);
153 sumFiles(JNIEnv*, void* arg, ZipFileRO* zipFile, ZipEntryRO zipEntry, const char*)
173 copyFileIfChanged(JNIEnv *env, void* arg, ZipFileRO* zipFile, ZipEntryRO zipEntry, const char* fileName)
196 if (method != ZipFileRO::kCompressStored) {
311 NativeLibrariesIterator(ZipFileRO* zipFile, bool debuggable, void* cookie)
317 static NativeLibrariesIterator* create(ZipFileRO* zipFile, bool debuggable) {
384 ZipFileRO* const mZipFile;
393 ZipFileRO* zipFile = reinterpret_cast<ZipFileRO*>(apkHandle);
443 ZipFileRO* zipFile = reinterpret_cast<ZipFileRO*>(apkHandle);
525 ZipFileRO* zipFile = reinterpret_cast<ZipFileRO*>(apkHandle);
553 ZipFileRO* zipFile = ZipFileRO::open(filePath.c_str());
570 ZipFileRO* zipFile = ZipFileRO::openFd(fd, debugFilePath.c_str());
578 delete reinterpret_cast<ZipFileRO*>(apkHandle);