Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/
H A DZip.h35 long externalFileAttributes; member
H A DZip.c353 pEntry->externalFileAttributes = get4LE(ptr + CENATX); in parseZipArchive()
520 return S_ISLNK(pEntry->externalFileAttributes >> 16); in mzIsZipEntrySymlink()
/OK3568_Linux_fs/external/recovery/minzip/
H A DZip.h33 long externalFileAttributes; member
H A DZip.c352 pEntry->externalFileAttributes = get4LE(ptr + CENATX); in parseZipArchive()
519 return S_ISLNK(pEntry->externalFileAttributes >> 16); in mzIsZipEntrySymlink()