Home | History | Annotate | Download | only in zipalign

Lines Matching refs:kSignature

257             ZipEntry::getLongLE(&buf[i]) == EndOfCentralDir::kSignature)
335 if (ZipEntry::getLongLE(checkBuf) != EndOfCentralDir::kSignature) {
1284 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature)
1317 ZipEntry::putLongLE(&buf[0x00], kSignature);