Searched refs:kLFHSignature (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dzip_archive.h88 static const uint32_t kLFHSignature = 0x04034b50; member in class:art::ZipArchive
H A Dzip_archive.cc91 if (Le32ToHost(lfh_buf) != ZipArchive::kLFHSignature) {
418 if (header != kLFHSignature) {

Completed in 45 milliseconds