Home
last modified time | relevance | path

Searched refs:JNU_ThrowIOExceptionWithLastError (Results 1 – 20 of 20) sorted by relevance

/libcore/ojluni/src/main/native/
DIOUtil.c87 JNU_ThrowIOExceptionWithLastError(env, "Configure blocking failed"); in IOUtil_configureBlocking()
96 JNU_ThrowIOExceptionWithLastError(env, "Pipe failed"); in IOUtil_makePipe()
102 JNU_ThrowIOExceptionWithLastError(env, "Configure blocking failed"); in IOUtil_makePipe()
121 JNU_ThrowIOExceptionWithLastError(env, "Drain"); in IOUtil_drain()
133 JNU_ThrowIOExceptionWithLastError(env, "getrlimit failed"); in IOUtil_fdLimit()
173 JNU_ThrowIOExceptionWithLastError(env, msg); in convertReturnVal()
198 JNU_ThrowIOExceptionWithLastError(env, msg); in convertLongReturnVal()
DEPollPort.c42 JNU_ThrowIOExceptionWithLastError(env, "socketpair failed"); in Java_sun_nio_ch_EPollPort_socketpair()
58 JNU_ThrowIOExceptionWithLastError(env, "write failed"); in Java_sun_nio_ch_EPollPort_interrupt()
68 JNU_ThrowIOExceptionWithLastError(env, "drain1 failed"); in Java_sun_nio_ch_EPollPort_drain1()
DFileChannelImpl.c78 JNU_ThrowIOExceptionWithLastError(env, msg); in handle()
158 JNU_ThrowIOExceptionWithLastError(env, "Close failed"); in FileChannelImpl_close0()
183 JNU_ThrowIOExceptionWithLastError(env, "Transfer failed"); in FileChannelImpl_transferTo0()
213 JNU_ThrowIOExceptionWithLastError(env, "Transfer failed"); in FileChannelImpl_transferTo0()
237 JNU_ThrowIOExceptionWithLastError(env, "Transfer failed"); in FileChannelImpl_transferTo0()
274 JNU_ThrowIOExceptionWithLastError(env, "Transfer failed"); in FileChannelImpl_transferTo0()
DMappedByteBuffer.c65 JNU_ThrowIOExceptionWithLastError(env, "mincore failed"); in Java_java_nio_MappedByteBuffer_isLoaded0()
90 JNU_ThrowIOExceptionWithLastError(env, "madvise failed"); in Java_java_nio_MappedByteBuffer_load0()
102 JNU_ThrowIOExceptionWithLastError(env, "msync failed"); in Java_java_nio_MappedByteBuffer_force0()
DFileInputStream.c83 JNU_ThrowIOExceptionWithLastError(env, "Seek error"); in FileInputStream_skip0()
86 JNU_ThrowIOExceptionWithLastError(env, "Seek error"); in FileInputStream_skip0()
139 JNU_ThrowIOExceptionWithLastError(env, NULL); in FileInputStream_available0()
DFileDispatcherImpl.c130 JNU_ThrowIOExceptionWithLastError(env, msg); in handle()
225 JNU_ThrowIOExceptionWithLastError(env, "Lock failed"); in FileDispatcherImpl_lock0()
249 JNU_ThrowIOExceptionWithLastError(env, "Release failed"); in FileDispatcherImpl_release0()
258 JNU_ThrowIOExceptionWithLastError(env, "Close failed"); in closeFileDescriptor()
275 JNU_ThrowIOExceptionWithLastError(env, "open(\"/dev/null\") failed"); in FileDispatcherImpl_preClose0()
279 JNU_ThrowIOExceptionWithLastError(env, "dup2 failed"); in FileDispatcherImpl_preClose0()
Dio_util.c52 JNU_ThrowIOExceptionWithLastError(env, "Read error"); in readSingle()
116 JNU_ThrowIOExceptionWithLastError(env, "Read error"); in readBytes()
146 JNU_ThrowIOExceptionWithLastError(env, "Write error"); in writeSingle()
199 JNU_ThrowIOExceptionWithLastError(env, "Write error"); in writeBytes()
DConsole_md.c60 JNU_ThrowIOExceptionWithLastError(env, "tcgetattr failed"); in Java_java_io_Console_echo()
70 JNU_ThrowIOExceptionWithLastError(env, "tcsetattr failed"); in Java_java_io_Console_echo()
DPollArrayWrapper.c88 JNU_ThrowIOExceptionWithLastError(env, "Poll failed"); in Java_sun_nio_ch_PollArrayWrapper_poll0()
99 JNU_ThrowIOExceptionWithLastError(env, in Java_sun_nio_ch_PollArrayWrapper_interrupt()
DNativeThread.c85 JNU_ThrowIOExceptionWithLastError(env, "sigaction"); in NativeThread_init()
108 JNU_ThrowIOExceptionWithLastError(env, "Thread signal failed"); in NativeThread_signal()
DEPoll.c67 JNU_ThrowIOExceptionWithLastError(env, "epoll_create failed"); in Java_sun_nio_ch_EPoll_epollCreate()
96 JNU_ThrowIOExceptionWithLastError(env, "epoll_wait failed"); in Java_sun_nio_ch_EPoll_epollWait()
Dio_util_md.c143 JNU_ThrowIOExceptionWithLastError(env, "open /dev/null failed"); in fileClose()
149 JNU_ThrowIOExceptionWithLastError(env, "close failed"); in fileClose()
DUnixAsynchronousSocketChannelImpl.c48 JNU_ThrowIOExceptionWithLastError(env, "getsockopt"); in Java_sun_nio_ch_UnixAsynchronousSocketChannelImpl_checkConnect()
DFileKey.c64 JNU_ThrowIOExceptionWithLastError(env, "fstat64 failed"); in FileKey_init()
DUnixFileSystem_md.c93 JNU_ThrowIOExceptionWithLastError(env, "Bad pathname"); in Java_java_io_UnixFileSystem_canonicalize0()
272 JNU_ThrowIOExceptionWithLastError(env, path); in Java_java_io_UnixFileSystem_createFileExclusively0()
275 JNU_ThrowIOExceptionWithLastError(env, path); in Java_java_io_UnixFileSystem_createFileExclusively0()
DSocketChannelImpl.c69 JNU_ThrowIOExceptionWithLastError(env, "Poll failed"); in Java_sun_nio_ch_SocketChannelImpl_checkConnect()
DServerSocketChannelImpl.c124 JNU_ThrowIOExceptionWithLastError(env, "Accept failed"); in Java_sun_nio_ch_ServerSocketChannelImpl_accept0()
Djni_util.h113 JNU_ThrowIOExceptionWithLastError(JNIEnv *env, const char *defaultDetail);
DZipFile.c334 JNU_ThrowIOExceptionWithLastError(env, errmsg); in ZipFile_read()
Djni_util.c183 JNU_ThrowIOExceptionWithLastError(JNIEnv *env, const char *defaultDetail) in JNU_ThrowIOExceptionWithLastError() function