Searched refs:EFS (Results 1 - 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
H A DZipConstants64.java77 * Language encoding flag EFS
79 static final int EFS = 0x800; // If this bit is set the filename and field in class:ZipConstants64
H A DZipFile.java378 if (!zc.isUTF8() && (entry.flag & EFS) != 0) {
591 if (!zc.isUTF8() && (e.flag & EFS) != 0) {
607 if (!zc.isUTF8() && (e.flag & EFS) != 0) {
H A DZipInputStream.java296 // get flag first, we need check EFS.
308 // Force to use UTF-8 if the EFS bit is ON, even the cs is NOT UTF-8
309 ZipEntry e = createZipEntry(((flag & EFS) != 0)
H A DZipOutputStream.java237 e.flag |= EFS;

Completed in 23 milliseconds