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

  /libcore/ojluni/src/main/native/
IOUtil.c 84 JNU_ThrowIOExceptionWithLastError(env, "Configure blocking failed");
93 JNU_ThrowIOExceptionWithLastError(env, "Pipe failed");
99 JNU_ThrowIOExceptionWithLastError(env, "Configure blocking failed");
118 JNU_ThrowIOExceptionWithLastError(env, "Drain");
130 JNU_ThrowIOExceptionWithLastError(env, "getrlimit failed");
161 JNU_ThrowIOExceptionWithLastError(env, msg);
196 JNU_ThrowIOExceptionWithLastError(env, msg);
FileInputStream.c 83 JNU_ThrowIOExceptionWithLastError(env, "Seek error");
86 JNU_ThrowIOExceptionWithLastError(env, "Seek error");
131 JNU_ThrowIOExceptionWithLastError(env, NULL);
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 66 JNU_ThrowIOExceptionWithLastError(env, "sigaction");
80 JNU_ThrowIOExceptionWithLastError(env, "Thread signal failed");
InheritedChannel.c 112 JNU_ThrowIOExceptionWithLastError(env, "dup failed");
121 JNU_ThrowIOExceptionWithLastError(env, "dup2 failed");
153 JNU_ThrowIOExceptionWithLastError(env, str);
164 JNU_ThrowIOExceptionWithLastError(env, "close failed");
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");
PollArrayWrapper.c 92 JNU_ThrowIOExceptionWithLastError(env, "Poll failed");
103 JNU_ThrowIOExceptionWithLastError(env,
io_util_md.c 126 JNU_ThrowIOExceptionWithLastError(env, "open /dev/null failed");
132 JNU_ThrowIOExceptionWithLastError(env, "close failed");
FileChannelImpl.c 71 JNU_ThrowIOExceptionWithLastError(env, msg);
151 JNU_ThrowIOExceptionWithLastError(env, "Close failed");
173 JNU_ThrowIOExceptionWithLastError(env, "Transfer failed");
203 JNU_ThrowIOExceptionWithLastError(env, "Transfer failed");
229 JNU_ThrowIOExceptionWithLastError(env, "Transfer failed");
FileDispatcherImpl.c 124 JNU_ThrowIOExceptionWithLastError(env, msg);
195 JNU_ThrowIOExceptionWithLastError(env, "Lock failed");
219 JNU_ThrowIOExceptionWithLastError(env, "Release failed");
228 JNU_ThrowIOExceptionWithLastError(env, "Close failed");
245 JNU_ThrowIOExceptionWithLastError(env, "open(\"/dev/null\") failed");
249 JNU_ThrowIOExceptionWithLastError(env, "dup2 failed");
FileKey.c 62 JNU_ThrowIOExceptionWithLastError(env, "fstat64 failed");
ServerSocketChannelImpl.c 112 JNU_ThrowIOExceptionWithLastError(env, "Accept failed");
SocketChannelImpl.c 69 JNU_ThrowIOExceptionWithLastError(env, "Poll failed");
UnixFileSystem_md.c 87 JNU_ThrowIOExceptionWithLastError(env, "Bad pathname");
263 JNU_ThrowIOExceptionWithLastError(env, path);
jni_util.h 113 JNU_ThrowIOExceptionWithLastError(JNIEnv *env, const char *defaultDetail);
java_util_zip_ZipFile.c 331 JNU_ThrowIOExceptionWithLastError(env, errmsg);
jni_util.c 183 JNU_ThrowIOExceptionWithLastError(JNIEnv *env, const char *defaultDetail)
    [all...]

Completed in 469 milliseconds