OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JVM_IO_ERR
(Results
1 - 4
of
4
) sorted by null
/libcore/ojluni/src/main/native/
io_util.c
51
} else if (nread ==
JVM_IO_ERR
) { /* error */
115
} else if (nread ==
JVM_IO_ERR
) {
145
if (n ==
JVM_IO_ERR
) {
198
if (n ==
JVM_IO_ERR
) {
SocketInputStream.c
101
} else if (nread ==
JVM_IO_ERR
) {
jvm.h
1077
/* Note that the JVM IO functions are expected to return
JVM_IO_ERR
1083
#define
JVM_IO_ERR
(-1)
[
all
...]
zip_util.c
203
} else if (n ==
JVM_IO_ERR
&& errno == EINTR) {
205
We depend on the fact that
JVM_IO_ERR
== -1. */
[
all
...]
Completed in 298 milliseconds