Home
last modified time | relevance | path

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

/system/core/libziparchive/
Dzip_archive.cc201 static const uint32_t kGPBDDFlagMask = 0x0008; // mask value that signifies that the entry … variable
780 if ((lfh->gpb_flags & kGPBDDFlagMask) == 0) { in FindEntry()