Home
last modified time | relevance | path

Searched defs:zentry (Results 1 – 5 of 5) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DZipFileTest.java194 java.util.zip.ZipEntry zentry = zfile.getEntry("File1.txt"); in test_getEntryLjava_lang_String() local
220 java.util.zip.ZipEntry zentry = zfile.getEntry("File1.txt"); in test_getEntryLjava_lang_String_AndroidOnly() local
241 java.util.zip.ZipEntry zentry = zfile.getEntry("File1.txt"); in test_getEntryLjava_lang_String_Ex() local
259 ZipEntry zentry = null; in test_getInputStreamLjava_util_zip_ZipEntry() local
319 ZipEntry zentry = zfile.getEntry("File1.txt"); in test_reset() local
365 ZipEntry zentry = zfile.getEntry("File1.txt"); in test_reset_subtest0() local
DZipInputStreamTest.java41 private ZipEntry zentry; field in ZipInputStreamTest
DZipEntryTest.java39 private ZipEntry zentry; field in ZipEntryTest
/libcore/luni/src/test/java/libcore/java/util/zip/
DOldZipFileTest.java51 java.util.zip.ZipEntry zentry = zfile.getEntry("File1.txt"); in test_getEntryLjava_lang_String_AndroidOnly() local
108 java.util.zip.ZipEntry zentry = zfile.getEntry("File1.txt"); in test_getEntryLjava_lang_String_Ex() local
126 ZipEntry zentry = null; in test_getInputStreamLjava_util_zip_ZipEntry() local
/libcore/ojluni/src/main/native/
DZipFile.c195 jlong zentry) in ZipFile_freeEntry()
211 ZipFile_getEntryMethod(JNIEnv *env, jclass cls, jlong zentry) in ZipFile_getEntryMethod()
218 ZipFile_getEntryFlag(JNIEnv *env, jclass cls, jlong zentry) in ZipFile_getEntryFlag()
225 ZipFile_getEntryCSize(JNIEnv *env, jclass cls, jlong zentry) in ZipFile_getEntryCSize()
232 ZipFile_getEntrySize(JNIEnv *env, jclass cls, jlong zentry) in ZipFile_getEntrySize()
239 ZipFile_getEntryTime(JNIEnv *env, jclass cls, jlong zentry) in ZipFile_getEntryTime()
246 ZipFile_getEntryCrc(JNIEnv *env, jclass cls, jlong zentry) in ZipFile_getEntryCrc()
267 ZipFile_getEntryBytes(JNIEnv *env, jclass cls, jlong zentry, jint type) in ZipFile_getEntryBytes()
304 jlong zentry, jlong pos, jbyteArray bytes, in ZipFile_read()