HomeSort by relevance Sort by last modified time
    Searched full:throwerrnoexception (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 91 throwErrnoException(jni_env, # syscall_name); \
122 static void throwErrnoException(JNIEnv* env, const char* functionName) {
143 throwErrnoException(env, functionName);
152 throwErrnoException(env, name);
338 throwErrnoException(env, isLstat ? "lstat" : "stat");
353 throwErrnoException(env, is_sockname ? "getsockname" : "getpeername");
382 throwErrnoException(mEnv, syscall);
416 throwErrnoException(env, "access");
498 throwErrnoException(env, "execve");
510 throwErrnoException(env, "execv")
    [all...]

Completed in 2826 milliseconds