Home
last modified time | relevance | path

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

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DCentralDirectory.java315 int fileCommentLength = Ints.checkedCast(F_COMMENT_LENGTH.read(bytes)); in readEntry() local
327 long remainingSize = fileNameLength + extraFieldLength + fileCommentLength; in readEntry()
329 if (bytes.remaining() < fileNameLength + extraFieldLength + fileCommentLength) { in readEntry()
338 + fileCommentLength in readEntry()
351 byte[] fileCommentField = new byte[fileCommentLength]; in readEntry()
/tools/tradefederation/core/common_util/com/android/tradefed/util/zip/
DCentralDirectoryInfo.java163 public void setFileCommentLength(int fileCommentLength) { in setFileCommentLength() argument
164 mFileCommentLength = fileCommentLength; in setFileCommentLength()