HomeSort by relevance Sort by last modified time
    Searched refs:zip_preamble (Results 1 - 2 of 2) sorted by null

  /system/extras/simpleperf/
read_apk.cpp 143 static const char zip_preamble[] = {0x50, 0x4b, 0x03, 0x04 }; local
158 return memcmp(buf, zip_preamble, 4) == 0;
  /system/core/libbacktrace/
BacktraceOffline.cpp 773 static const char zip_preamble[] = {0x50, 0x4b, 0x03, 0x04}; local
788 return memcmp(buf, zip_preamble, 4) == 0;

Completed in 78 milliseconds