Searched refs:zip_preamble (Results 1 – 1 of 1) sorted by relevance
85 static const char zip_preamble[] = {0x50, 0x4b, 0x03, 0x04 }; in CreateInstance() local87 if (!android::base::ReadFully(fd, buf, 4) || memcmp(buf, zip_preamble, 4) != 0) { in CreateInstance()