HomeSort by relevance Sort by last modified time
    Searched refs:JNU_ThrowIOExceptionWithLastError (Results 1 - 20 of 20) sorted by null

  /libcore/ojluni/src/main/native/
UnixAsynchronousSocketChannelImpl.c 48 JNU_ThrowIOExceptionWithLastError(env, "getsockopt");
EPollPort.c 42 JNU_ThrowIOExceptionWithLastError(env, "socketpair failed");
58 JNU_ThrowIOExceptionWithLastError(env, "write failed");
68 JNU_ThrowIOExceptionWithLastError(env, "drain1 failed");
IOUtil.c 87 JNU_ThrowIOExceptionWithLastError(env, "Configure blocking failed");
96 JNU_ThrowIOExceptionWithLastError(env, "Pipe failed");
102 JNU_ThrowIOExceptionWithLastError(env, "Configure blocking failed");
121 JNU_ThrowIOExceptionWithLastError(env, "Drain");
133 JNU_ThrowIOExceptionWithLastError(env, "getrlimit failed");
173 JNU_ThrowIOExceptionWithLastError(env, msg);
198 JNU_ThrowIOExceptionWithLastError(env, msg);
MappedByteBuffer.c 60 JNU_ThrowIOExceptionWithLastError(env, "mincore failed");
83 JNU_ThrowIOExceptionWithLastError(env, "madvise failed");
95 JNU_ThrowIOExceptionWithLastError(env, "msync failed");
Console_md.c 60 JNU_ThrowIOExceptionWithLastError(env, "tcgetattr failed");
70 JNU_ThrowIOExceptionWithLastError(env, "tcsetattr failed");
NativeThread.c 78 JNU_ThrowIOExceptionWithLastError(env, "sigaction");
101 JNU_ThrowIOExceptionWithLastError(env, "Thread signal failed");
PollArrayWrapper.c 88 JNU_ThrowIOExceptionWithLastError(env, "Poll failed");
99 JNU_ThrowIOExceptionWithLastError(env,
FileInputStream.c 83 JNU_ThrowIOExceptionWithLastError(env, "Seek error");
86 JNU_ThrowIOExceptionWithLastError(env, "Seek error");
131 JNU_ThrowIOExceptionWithLastError(env, NULL);
io_util.c 52 JNU_ThrowIOExceptionWithLastError(env, "Read error");
116 JNU_ThrowIOExceptionWithLastError(env, "Read error");
146 JNU_ThrowIOExceptionWithLastError(env, "Write error");
199 JNU_ThrowIOExceptionWithLastError(env, "Write error");
EPoll.c 65 JNU_ThrowIOExceptionWithLastError(env, "epoll_create failed");
94 JNU_ThrowIOExceptionWithLastError(env, "epoll_wait failed");
FileChannelImpl.c 73 JNU_ThrowIOExceptionWithLastError(env, msg);
153 JNU_ThrowIOExceptionWithLastError(env, "Close failed");
178 JNU_ThrowIOExceptionWithLastError(env, "Transfer failed");
208 JNU_ThrowIOExceptionWithLastError(env, "Transfer failed");
232 JNU_ThrowIOExceptionWithLastError(env, "Transfer failed");
269 JNU_ThrowIOExceptionWithLastError(env, "Transfer failed");
FileDispatcherImpl.c 128 JNU_ThrowIOExceptionWithLastError(env, msg);
223 JNU_ThrowIOExceptionWithLastError(env, "Lock failed");
247 JNU_ThrowIOExceptionWithLastError(env, "Release failed");
256 JNU_ThrowIOExceptionWithLastError(env, "Close failed");
273 JNU_ThrowIOExceptionWithLastError(env, "open(\"/dev/null\") failed");
277 JNU_ThrowIOExceptionWithLastError(env, "dup2 failed");
io_util_md.c 135 JNU_ThrowIOExceptionWithLastError(env, "open /dev/null failed");
141 JNU_ThrowIOExceptionWithLastError(env, "close failed");
FileKey.c 62 JNU_ThrowIOExceptionWithLastError(env, "fstat64 failed");
SocketChannelImpl.c 69 JNU_ThrowIOExceptionWithLastError(env, "Poll failed");
ServerSocketChannelImpl.c 124 JNU_ThrowIOExceptionWithLastError(env, "Accept failed");
UnixFileSystem_md.c 87 JNU_ThrowIOExceptionWithLastError(env, "Bad pathname");
264 JNU_ThrowIOExceptionWithLastError(env, path);
267 JNU_ThrowIOExceptionWithLastError(env, path);
jni_util.h 113 JNU_ThrowIOExceptionWithLastError(JNIEnv *env, const char *defaultDetail);
java_util_zip_ZipFile.c 334 JNU_ThrowIOExceptionWithLastError(env, errmsg);
jni_util.c 183 JNU_ThrowIOExceptionWithLastError(JNIEnv *env, const char *defaultDetail)
    [all...]

Completed in 673 milliseconds