Home
last modified time | relevance | path

Searched refs:throwErrnoException (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp181 throwErrnoException(jni_env, # syscall_name); \
220 throwErrnoException(jni_env, # syscall_name); \
257 static void throwErrnoException(JNIEnv* env, const char* functionName) { in throwErrnoException() function
280 throwErrnoException(env, functionName); in throwGaiException()
289 throwErrnoException(env, name); in throwIfMinusOne()
752 throwErrnoException(env, isLstat ? "lstat" : "stat"); in doStat()
767 throwErrnoException(env, is_sockname ? "getsockname" : "getpeername"); in doGetSockName()
796 throwErrnoException(mEnv, syscall); in process()
978 throwErrnoException(env, "access"); in Linux_access()
1027 throwErrnoException(env, "capget"); in Linux_capget()
[all …]