Home
last modified time | relevance | path

Searched refs:JNU_ThrowIOExceptionWithLastError (Results 1 – 21 of 21) 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()
DFileInputStream.c86 JNU_ThrowIOExceptionWithLastError(env, "GetLength failed"); in Java_java_io_FileInputStream_length0()
102 JNU_ThrowIOExceptionWithLastError(env, "Seek failed"); in Java_java_io_FileInputStream_position0()
120 JNU_ThrowIOExceptionWithLastError(env, "Seek error"); in Java_java_io_FileInputStream_skip0()
123 JNU_ThrowIOExceptionWithLastError(env, "Seek error"); in Java_java_io_FileInputStream_skip0()
178 JNU_ThrowIOExceptionWithLastError(env, NULL); in Java_java_io_FileInputStream_available0()
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.c67 JNU_ThrowIOExceptionWithLastError(env, "mincore failed"); in Java_java_nio_MappedByteBuffer_isLoaded0()
92 JNU_ThrowIOExceptionWithLastError(env, "madvise failed"); in Java_java_nio_MappedByteBuffer_load0()
104 JNU_ThrowIOExceptionWithLastError(env, "msync failed"); in Java_java_nio_MappedByteBuffer_force0()
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()
DNativeThread.c92 JNU_ThrowIOExceptionWithLastError(env, "sigaction"); in NativeThread_init()
115 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()
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()
DUnixAsynchronousSocketChannelImpl.c48 JNU_ThrowIOExceptionWithLastError(env, "getsockopt"); in Java_sun_nio_ch_UnixAsynchronousSocketChannelImpl_checkConnect()
Dio_util_md.c178 JNU_ThrowIOExceptionWithLastError(env, "open /dev/null failed"); in fileDescriptorClose()
192 JNU_ThrowIOExceptionWithLastError(env, "close failed"); in fileDescriptorClose()
DFileKey.c64 JNU_ThrowIOExceptionWithLastError(env, "fstat64 failed"); in FileKey_init()
DSocketChannelImpl.c69 JNU_ThrowIOExceptionWithLastError(env, "Poll failed"); in Java_sun_nio_ch_SocketChannelImpl_checkConnect()
DUnixFileSystem_md.c119 JNU_ThrowIOExceptionWithLastError(env, "Bad pathname"); in Java_java_io_UnixFileSystem_canonicalize0()
307 JNU_ThrowIOExceptionWithLastError(env, path); in Java_java_io_UnixFileSystem_createFileExclusively0()
310 JNU_ThrowIOExceptionWithLastError(env, path); in Java_java_io_UnixFileSystem_createFileExclusively0()
DServerSocketChannelImpl.c124 JNU_ThrowIOExceptionWithLastError(env, "Accept failed"); in Java_sun_nio_ch_ServerSocketChannelImpl_accept0()
DUnixDomainSockets.c168 JNU_ThrowIOExceptionWithLastError(env, "Accept failed"); in Java_sun_nio_ch_UnixDomainSockets_accept0()
Djni_util.h113 JNU_ThrowIOExceptionWithLastError(JNIEnv *env, const char *defaultDetail);
DZipFile.c329 JNU_ThrowIOExceptionWithLastError(env, errmsg); in ZipFile_read()
Djni_util.c183 JNU_ThrowIOExceptionWithLastError(JNIEnv *env, const char *defaultDetail) in JNU_ThrowIOExceptionWithLastError() function