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

/libcore/luni/src/main/native/
H A Dlibcore_io_Linux.cpp175 throwErrnoException(jni_env, # syscall_name); \
214 throwErrnoException(jni_env, # syscall_name); \
251 static void throwErrnoException(JNIEnv* env, const char* functionName) { function
272 throwErrnoException(env, functionName);
281 throwErrnoException(env, name);
744 throwErrnoException(env, isLstat ? "lstat" : "stat");
759 throwErrnoException(env, is_sockname ? "getsockname" : "getpeername");
788 throwErrnoException(mEnv, syscall);
970 throwErrnoException(env, "access");
1010 throwErrnoException(en
[all...]

Completed in 90 milliseconds