Searched defs:CD_SIGNATURE (Results 1 - 1 of 1) sorted by relevance
/system/core/libzipfile/ | ||
H A D | centraldir.c | 8 CD_SIGNATURE = 0x06054b50,
enumerator in enum:__anon232 207 if (*p == 0x50 && read_le_int(p) == CD_SIGNATURE) { |
Completed in 21 milliseconds