Searched refs:throwErrnoException (Results 1 – 1 of 1) sorted by relevance
| /libcore/luni/src/main/native/ |
| D | libcore_io_Linux.cpp | 178 throwErrnoException(jni_env, # syscall_name); \ 218 throwErrnoException(jni_env, # syscall_name); \ 255 static void throwErrnoException(JNIEnv* env, const char* functionName) { in throwErrnoException() function 273 throwErrnoException(env, functionName); in throwGaiException() 282 throwErrnoException(env, name); in throwIfMinusOne() 808 throwErrnoException(env, isLstat ? "lstat" : "stat"); in doStat() 823 throwErrnoException(env, is_sockname ? "getsockname" : "getpeername"); in doGetSockName() 857 throwErrnoException(mEnv, syscall); in process() 1039 throwErrnoException(env, "access"); in Linux_access() 1088 throwErrnoException(env, "capget"); in Linux_capget() [all …]
|