Home
last modified time | relevance | path

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

/tools/tradefederation/core/common_util/com/android/tradefed/util/zip/
DEndCentralDirectoryInfo.java48 private long mCentralDirSize; field in EndCentralDirectoryInfo
56 return mCentralDirSize; in getCentralDirSize()
114 mCentralDirSize = ByteArrayUtil.getLong(data, 12, 4); in EndCentralDirectoryInfo()
128 Long.toHexString(mCentralDirSize).equals("ffffffff") || in EndCentralDirectoryInfo()
136 mCentralDirSize = ByteArrayUtil.getLong(data, 40, 8); in EndCentralDirectoryInfo()