Home
last modified time | relevance | path

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

/tools/tradefederation/core/common_util/com/android/tradefed/util/zip/
DEndCentralDirectoryInfo.java45 private static final int CENTRAL_DIRECTORY_MAGIC_LENGTH = 4; field in EndCentralDirectoryInfo
159 int offset = (int) size - CENTRAL_DIRECTORY_MAGIC_LENGTH - 1; in getEndCentralDirectoryInfo()