OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setFileInputImpl
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/java/util/zip/
Inflater.java
315
inLength =
setFileInputImpl
(fd, offset, byteCount, streamHandle);
319
private native int
setFileInputImpl
(FileDescriptor fd, long offset, int byteCount, long handle);
/libcore/luni/src/main/native/
java_util_zip_Inflater.cpp
171
NATIVE_METHOD(Inflater,
setFileInputImpl
, "(Ljava/io/FileDescriptor;JIJ)I"),
Completed in 727 milliseconds