Searched refs:externalFileAttributes (Results 1 – 4 of 4) sorted by relevance
35 long externalFileAttributes; member
353 pEntry->externalFileAttributes = get4LE(ptr + CENATX); in parseZipArchive()520 return S_ISLNK(pEntry->externalFileAttributes >> 16); in mzIsZipEntrySymlink()
33 long externalFileAttributes; member
352 pEntry->externalFileAttributes = get4LE(ptr + CENATX); in parseZipArchive()519 return S_ISLNK(pEntry->externalFileAttributes >> 16); in mzIsZipEntrySymlink()