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.java49 private int mFileCommentLength; field in CentralDirectoryInfo
163 return mFileCommentLength; in getFileCommentLength()
168 mFileCommentLength = fileCommentLength; in setFileCommentLength()
173 return 46 + mFileNameLength + mExtraFieldLength + mFileCommentLength; in getInfoSize()
239 mFileCommentLength = ByteArrayUtil.getInt(data, startOffset + 32, 2); in CentralDirectoryInfo()
309 mFileCommentLength); in toString()