Searched refs:mExternalFileAttributes (Results 1 – 1 of 1) sorted by relevance
46 private long mExternalFileAttributes; field in CentralDirectoryInfo114 return mExternalFileAttributes; in getExternalFileAttributes()119 mExternalFileAttributes = externalFileAttributes; in setExternalFileAttributes()124 return ((int) mExternalFileAttributes & (0777 << 16L)) >> 16L; in getFilePermission()230 mExternalFileAttributes = ByteArrayUtil.getLong(data, startOffset + 38, 4); in CentralDirectoryInfo()293 mExternalFileAttributes, in toString()