Home
last modified time | relevance | path

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

/build/tools/zipalign/
DZipEntry.h258 kSignature = 0x04034b50, enumerator
325 kSignature = 0x02014b50, enumerator
DZipEntry.cpp415 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) { in read()
473 ZipEntry::putLongLE(&buf[0x00], kSignature); in write()
551 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) { in read()
631 ZipEntry::putLongLE(&buf[0x00], kSignature); in write()
DZipFile.cpp256 ZipEntry::getLongLE(&buf[i]) == EndOfCentralDir::kSignature) in readCentralDir()
334 if (ZipEntry::getLongLE(checkBuf) != EndOfCentralDir::kSignature) { in readCentralDir()
1310 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) in readBuf()
1343 ZipEntry::putLongLE(&buf[0x00], kSignature); in write()
DZipFile.h211 kSignature = 0x06054b50, enumerator