Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/zip/
DZipFile.java337 byte[] bcomm = getCommentBytes(jzfile); in getComment()
923 private static native byte[] getCommentBytes(long jzfile); in getCommentBytes() method in ZipFile
/libcore/ojluni/annotations/hiddenapi/java/util/zip/
DZipFile.java159 private static native byte[] getCommentBytes(long jzfile); in getCommentBytes() method in ZipFile
/libcore/ojluni/src/main/native/
DZipFile.c412 NATIVE_METHOD(ZipFile, getCommentBytes, "(J)[B"),