Home
last modified time | relevance | path

Searched refs:GP_FLAG_EFS (Results 1 – 3 of 3) sorted by relevance

/tools/apksig/src/main/java/com/android/apksig/internal/zip/
DCentralDirectoryRecord.java227 short gpFlags = ZipUtils.GP_FLAG_EFS; // UTF-8 character encoding used for entry name in createWithDeflateCompressedData()
DZipUtils.java47 public static final short GP_FLAG_EFS = 0x0800; field in ZipUtils
DLocalFileRecord.java350 result.putShort(ZipUtils.GP_FLAG_EFS); // General purpose flag: UTF-8 encoded name in outputRecordWithDeflateCompressedData()