Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dutils.cpp85 static const char zip_preamble[] = {0x50, 0x4b, 0x03, 0x04 }; in CreateInstance() local
87 if (!android::base::ReadFully(fd, buf, 4) || memcmp(buf, zip_preamble, 4) != 0) { in CreateInstance()