Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/
H A DZip.c83 CENVEM_UNIX = 3 << 8, // the high byte of CENVEM enumerator
347 (pEntry->versionMadeBy & 0xff00) != CENVEM_UNIX) in parseZipArchive()
519 if ((pEntry->versionMadeBy & 0xff00) == CENVEM_UNIX) { in mzIsZipEntrySymlink()
/OK3568_Linux_fs/external/recovery/minzip/
H A DZip.c83 CENVEM_UNIX = 3 << 8, // the high byte of CENVEM enumerator
347 (pEntry->versionMadeBy & 0xff00) != CENVEM_UNIX) { in parseZipArchive()
518 if ((pEntry->versionMadeBy & 0xff00) == CENVEM_UNIX) { in mzIsZipEntrySymlink()