Home
last modified time | relevance | path

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

/build/tools/ijar/
Dzip.cc46 #define END_OF_CENTRAL_DIR_SIGNATURE 0x06054b50 macro
640 if (get_u4le(p) != END_OF_CENTRAL_DIR_SIGNATURE) { in FindZipCentralDirectory()
828 put_u4le(q, END_OF_CENTRAL_DIR_SIGNATURE); in WriteCentralDirectory()