Searched refs:mExternalFileAttributes (Results 1 – 1 of 1) sorted by relevance
45 private long mExternalFileAttributes; field in CentralDirectoryInfo88 return ((mExternalFileAttributes >> 16L) & 0XA000) == 0XA000; in isSymLink()118 return mExternalFileAttributes; in getExternalFileAttributes()123 mExternalFileAttributes = externalFileAttributes; in setExternalFileAttributes()128 return ((int) mExternalFileAttributes & (0777 << 16L)) >> 16L; in getFilePermission()234 mExternalFileAttributes = ByteArrayUtil.getLong(data, startOffset + 38, 4); in CentralDirectoryInfo()305 mExternalFileAttributes, in toString()