Home
last modified time | relevance | path

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

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DCentralDirectoryHeader.java97 private long internalAttributes; field in CentralDirectoryHeader
158 internalAttributes = 0; in CentralDirectoryHeader()
326 return internalAttributes; in getInternalAttributes()
334 void setInternalAttributes(long internalAttributes) { in setInternalAttributes() argument
335 this.internalAttributes = internalAttributes; in setInternalAttributes()
DCentralDirectory.java318 long internalAttributes = F_INTERNAL_ATTRIBUTES.read(bytes); in readEntry() local
320 (internalAttributes & ~ASCII_BIT) == 0, in readEntry()
322 internalAttributes); in readEntry() local
372 centralDirectoryHeader.setInternalAttributes(internalAttributes); in readEntry()