Searched defs:addSlash (Results 1 – 5 of 5) sorted by relevance
69 private static native long getEntry(long jzfile, byte[] name, boolean addSlash); in getEntry()
167 jbyteArray name, jboolean addSlash) in ZipFile_getEntry()
272 int addSlash = ((*(q - 1)) != '/'); in splitPath() local
1188 ZIP_GetEntry2(jzfile *zip, char *name, jint ulen, jboolean addSlash) in ZIP_GetEntry2()
370 boolean addSlash); in getEntry()