Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dio_util_md.h68 #define IO_Read JVM_Read macro
Dio_util.c48 nread = (jint)IO_Read(fd, &ret, 1); in readSingle()
112 nread = (jint)IO_Read(fd, buf, len); in readBytes()
Dzip_util.c149 return (int) IO_Read(zfd, buf, nbytes); in ZFILE_read()