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

/libcore/luni/src/test/native/
H A Dlibcore_java_io_FileTest.cpp21 #include <sys/syscall.h>
/libcore/ojluni/src/main/native/
H A DUnixNativeDispatcher.c144 return syscall(__NR_fstatat64, dfd, path, statbuf, flag);
156 return syscall(__NR_newfstatat, dfd, path, statbuf, flag);
/libcore/luni/src/main/native/
H A Dlibcore_io_Linux.cpp39 #include <sys/syscall.h>
180 /* If the syscall failed, re-set errno: throwing an exception might have modified it. */ \
219 /* If the syscall failed, re-set errno: throwing an exception might have modified it. */ \
785 jobject process(const char* syscall, int error) { argument
788 throwErrnoException(mEnv, syscall);
1470 return syscall(__NR_gettid);
2337 /* If the syscall failed, re-set errno: throwing an exception might have modified it. */

Completed in 213 milliseconds