Searched refs:throwIOException (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | UNIXProcess_md.c | 483 throwIOException(JNIEnv *env, int errnum, const char *defaultDetail) in throwIOException() function 891 throwIOException(env, errno, "Bad file descriptor"); in UNIXProcess_forkAndExec() 909 throwIOException(env, errno, START_CHILD_SYSTEM_CALL " failed"); in UNIXProcess_forkAndExec() 919 throwIOException(env, errnum, "Exec failed"); in UNIXProcess_forkAndExec() 922 throwIOException(env, errno, "Read failed"); in UNIXProcess_forkAndExec()
|