/external/libchrome/base/ |
D | os_compat_android.cc | 27 return syscall(__NR_utimensat, fd, NULL, NULL, 0); in futimes() 41 return syscall(__NR_utimensat, fd, NULL, ts, 0); in futimes()
|
/external/strace/tests-mx32/ |
D | utimensat.c | 39 #if defined __NR_utimensat && defined UTIME_NOW && defined UTIME_OMIT 58 long rc = syscall(__NR_utimensat, dirfd, pathname, times, flags); in k_utimensat()
|
/external/strace/tests/ |
D | utimensat.c | 39 #if defined __NR_utimensat && defined UTIME_NOW && defined UTIME_OMIT 58 long rc = syscall(__NR_utimensat, dirfd, pathname, times, flags); in k_utimensat()
|
/external/strace/tests-m32/ |
D | utimensat.c | 39 #if defined __NR_utimensat && defined UTIME_NOW && defined UTIME_OMIT 58 long rc = syscall(__NR_utimensat, dirfd, pathname, times, flags); in k_utimensat()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 362 #if !defined(__NR_utimensat) 363 #define __NR_utimensat 88 macro
|
D | x86_64_linux_syscalls.h | 1133 #if !defined(__NR_utimensat) 1134 #define __NR_utimensat 280 macro
|
D | x86_32_linux_syscalls.h | 1277 #if !defined(__NR_utimensat) 1278 #define __NR_utimensat 320 macro
|
D | mips64_linux_syscalls.h | 1114 #if !defined(__NR_utimensat) 1115 #define __NR_utimensat (__NR_Linux + 275) macro
|
D | mips_linux_syscalls.h | 1280 #if !defined(__NR_utimensat) 1281 #define __NR_utimensat (__NR_Linux + 316) macro
|
D | arm_linux_syscalls.h | 1236 #if !defined(__NR_utimensat) 1237 #define __NR_utimensat (__NR_SYSCALL_BASE+348) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 846 #ifdef __NR_utimensat 847 { "utimensat", __NR_utimensat },
|
/external/ltp/testcases/kernel/syscalls/utimensat/ |
D | utimensat01.c | 74 return ltp_syscall(__NR_utimensat, dirfd, pathname, times, flags); in utimensat_sc()
|
/external/valgrind/include/vki/ |
D | vki-scnums-arm64-linux.h | 133 #define __NR_utimensat 88 macro
|
D | vki-scnums-s390x-linux.h | 283 #define __NR_utimensat 315 macro
|
D | vki-scnums-amd64-linux.h | 364 #define __NR_utimensat 280 macro
|
D | vki-scnums-arm-linux.h | 387 #define __NR_utimensat 348 macro
|
D | vki-scnums-ppc64-linux.h | 341 #define __NR_utimensat 304 macro
|
D | vki-scnums-ppc32-linux.h | 349 #define __NR_utimensat 304 macro
|
D | vki-scnums-x86-linux.h | 357 #define __NR_utimensat 320 macro
|
D | vki-scnums-solaris.h | 166 #define __NR_utimensat SYS_utimensat macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 284 #define __NR_utimensat 280 macro
|
D | unistd_32.h | 320 #define __NR_utimensat 320 macro
|
D | unistd_x32.h | 247 #define __NR_utimensat (__X32_SYSCALL_BIT + 280) macro
|
/external/strace/ |
D | scno.h | 848 #ifndef __NR_utimensat 849 # define __NR_utimensat (SYSCALL_BIT | 280) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 339 #define __NR_utimensat (__NR_Linux + 316) macro 682 #define __NR_utimensat (__NR_Linux + 275) macro 1029 #define __NR_utimensat (__NR_Linux + 279) macro
|