Searched refs:FD (Results 1 – 6 of 6) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | io_util_md.h | 32 #define FD jint macro 39 ssize_t handleWrite(FD fd, const void *buf, jint len); 40 ssize_t handleRead(FD fd, void *buf, jint len); 41 jint handleAvailable(FD fd, jlong *pbytes); 42 jint handleSetLength(FD fd, jlong length); 43 jlong handleGetLength(FD fd); 44 FD handleOpen(const char *path, int oflag, int mode); 52 FD getFD(JNIEnv *env, jobject cur, jfieldID fid);
|
D | io_util_md.c | 82 FD 84 FD fd; in handleOpen() 104 FD getFD(JNIEnv *env, jobject obj, jfieldID fid) { in getFD() 150 FD fd = (*env)->GetIntField(env, this, IO_fd_fdID); in fileDescriptorClose() 198 handleRead(FD fd, void *buf, jint len) in handleRead() 206 handleWrite(FD fd, const void *buf, jint len) in handleWrite() 214 handleAvailable(FD fd, jlong *pbytes) in handleAvailable() 253 handleSetLength(FD fd, jlong length) in handleSetLength() 261 handleGetLength(FD fd) in handleGetLength()
|
D | FileInputStream.c | 77 FD fd; in Java_java_io_FileInputStream_length0() 93 FD fd; in Java_java_io_FileInputStream_position0() 111 FD fd = getFD(env, this, fis_fd); in Java_java_io_FileInputStream_skip0() 165 FD fd = getFD(env, this, fis_fd); in Java_java_io_FileInputStream_available0()
|
D | io_util.c | 43 FD fd = getFD(env, this, fid); in readSingle() 83 FD fd; in readBytes() 135 FD fd = getFD(env, this, fid); in writeSingle() 159 FD fd; in writeBytes()
|
D | linux_close.cpp | 115 #define BLOCKING_IO_RETURN_INT(FD, FUNC) { \ argument 121 AsynchronousCloseMonitor _monitor(FD); \
|
D | UnixFileSystem_md.c | 301 FD fd; in Java_java_io_UnixFileSystem_createFileExclusively0()
|