Home
last modified time | relevance | path

Searched defs:cdSize (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Archive/Zip/
DZipOut.cpp357 const UInt64 cdSize = cd64EndOffset - cdOffset; in WriteCentralDir() local
DZipIn.cpp1879 …ve::TryReadCd(CObjectVector<CItemEx> &items, const CCdInfo &cdInfo, UInt64 cdOffset, UInt64 cdSize) in TryReadCd()
1971 …CInArchive::ReadCd(CObjectVector<CItemEx> &items, UInt32 &cdDisk, UInt64 &cdOffset, UInt64 &cdSize) in ReadCd()
2563 UInt64 cdSize = 0; in ReadHeaders() local
/external/robolectric/resources/src/main/java/org/robolectric/res/android/
DFileMap.java241 final int cdSize = length - centralDirOffset; in guessDataOffsets() local