Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/zip/
DLocalFileRecord.java146 boolean dataDescriptorIncluded) throws ZipFormatException, IOException { in getRecord() argument
250 if ((dataDescriptorIncluded) && ((gpFlags & ZipUtils.GP_FLAG_DATA_DESCRIPTOR_USED) != 0)) { in getRecord()