Home | History | Annotate | Download | only in aapt

Lines Matching refs:kSignature

254             ZipEntry::getLongLE(&buf[i]) == EndOfCentralDir::kSignature)
332 if (ZipEntry::getLongLE(checkBuf) != EndOfCentralDir::kSignature) {
1233 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature)
1266 ZipEntry::putLongLE(&buf[0x00], kSignature);