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()
172 jbyteArray name, jboolean addSlash) in ZipFile_getEntry()
275 int addSlash = ((*(q - 1)) != '/'); in splitPath() local
1271 ZIP_GetEntry2(jzfile *zip, char *name, jint ulen, jboolean addSlash) in ZIP_GetEntry2()
398 boolean addSlash); in getEntry()