Searched refs:EFS (Results 1 – 4 of 4) sorted by relevance
79 static final int EFS = 0x800; // If this bit is set the filename and field in ZipConstants64
401 if (!zc.isUTF8() && (entry.flag & EFS) != 0) { in getInputStream()623 if (!zc.isUTF8() && (e.flag & EFS) != 0) { in getZipEntry()639 if (!zc.isUTF8() && (e.flag & EFS) != 0) { in getZipEntry()
316 ZipEntry e = createZipEntry(((flag & EFS) != 0) in readLOC()
237 e.flag |= EFS; in putNextEntry()