Searched refs:zip_preamble (Results 1 – 2 of 2) sorted by relevance
/system/extras/simpleperf/ |
D | read_apk.cpp | 143 static const char zip_preamble[] = {0x50, 0x4b, 0x03, 0x04 }; in IsValidApkPath() local 158 return memcmp(buf, zip_preamble, 4) == 0; in IsValidApkPath()
|
/system/core/libbacktrace/ |
D | BacktraceOffline.cpp | 773 static const char zip_preamble[] = {0x50, 0x4b, 0x03, 0x04}; in IsValidApkPath() local 788 return memcmp(buf, zip_preamble, 4) == 0; in IsValidApkPath()
|