Home
last modified time | relevance | path

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

/tools/tradefederation/core/common_util/com/android/tradefed/util/zip/
DCentralDirectoryInfo.java50 private int mFileCommentLength; field in CentralDirectoryInfo
159 return mFileCommentLength; in getFileCommentLength()
164 mFileCommentLength = fileCommentLength; in setFileCommentLength()
169 return 46 + mFileNameLength + mExtraFieldLength + mFileCommentLength; in getInfoSize()
235 mFileCommentLength = ByteArrayUtil.getInt(data, startOffset + 32, 2); in CentralDirectoryInfo()
297 mFileCommentLength); in toString()