HomeSort by: relevance | last modified time | path
    Searched refs:__NR_statx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libuv/dist/src/unix/
linux-syscalls.c 111 #ifndef __NR_statx
113 # define __NR_statx 332
115 # define __NR_statx 383
117 # define __NR_statx 397
119 # define __NR_statx (UV_SYSCALL_BASE + 397)
121 # define __NR_statx 383
123 # define __NR_statx 379
125 #endif /* __NR_statx */
250 #if !defined(__NR_statx) || defined(__ANDROID_API__) && __ANDROID_API__ < 30
253 return syscall(__NR_statx, dirfd, path, flags, mask, statxbuf)
    [all...]
linux.c 91 #ifndef __NR_statx
93 # define __NR_statx 332
95 # define __NR_statx 383
97 # define __NR_statx 397
99 # define __NR_statx 397
101 # define __NR_statx 383
103 # define __NR_statx 379
105 # define __NR_statx 291
107 #endif /* __NR_statx */
401 #if !defined(__NR_statx) || defined(__ANDROID_API__) && __ANDROID_API__ < 3
    [all...]

Completed in 17 milliseconds