HomeSort by relevance Sort by last modified time
    Searched refs:JVM_IO_ERR (Results 1 - 5 of 5) 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...]
  /external/oj-libjdwp/src/share/javavm/export/
jvm.h 1107 /* Note that the JVM IO functions are expected to return JVM_IO_ERR
1113 #define JVM_IO_ERR (-1)
    [all...]

Completed in 156 milliseconds