/external/strace/tests-mx32/ |
D | utime.c | 34 #ifdef __NR_utime 45 return syscall(__NR_utime, filename, times); in k_utime()
|
/external/strace/tests/ |
D | utime.c | 34 #ifdef __NR_utime 45 return syscall(__NR_utime, filename, times); in k_utime()
|
/external/strace/tests-m32/ |
D | utime.c | 34 #ifdef __NR_utime 45 return syscall(__NR_utime, filename, times); in k_utime()
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-oabi.h | 8 #define __NR_utime (__NR_SYSCALL_BASE + 30) macro
|
/external/libchrome/sandbox/linux/system_headers/ |
D | x86_64_linux_syscalls.h | 541 #if !defined(__NR_utime) 542 #define __NR_utime 132 macro
|
D | x86_32_linux_syscalls.h | 133 #if !defined(__NR_utime) 134 #define __NR_utime 30 macro
|
D | mips64_linux_syscalls.h | 536 #if !defined(__NR_utime) 537 #define __NR_utime (__NR_Linux + 130) macro
|
D | mips_linux_syscalls.h | 136 #if !defined(__NR_utime) 137 #define __NR_utime (__NR_Linux + 30) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 402 #ifdef __NR_utime 403 { "utime", __NR_utime },
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 136 #define __NR_utime 132 macro
|
D | unistd_32.h | 34 #define __NR_utime 30 macro
|
D | unistd_x32.h | 120 #define __NR_utime (__X32_SYSCALL_BIT + 132) macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-s390x-linux.h | 65 #define __NR_utime 30 macro
|
D | vki-scnums-amd64-linux.h | 186 #define __NR_utime 132 macro
|
D | vki-scnums-arm-linux.h | 67 #define __NR_utime 30 macro
|
D | vki-scnums-ppc64-linux.h | 67 #define __NR_utime 30 macro
|
D | vki-scnums-ppc32-linux.h | 67 #define __NR_utime 30 macro
|
D | vki-scnums-x86-linux.h | 67 #define __NR_utime 30 macro
|
D | vki-scnums-mips64-linux.h | 169 #define __NR_utime (__NR_Linux + 130) macro
|
D | vki-scnums-mips32-linux.h | 70 #define __NR_utime (__NR_Linux + 30) macro
|
/external/strace/ |
D | scno.h | 404 #ifndef __NR_utime 405 # define __NR_utime (SYSCALL_BIT | 132) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 53 #define __NR_utime (__NR_Linux + 30) macro 537 #define __NR_utime (__NR_Linux + 130) macro 880 #define __NR_utime (__NR_Linux + 130) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 850 #define __NR_utime 1063 macro 852 __SYSCALL(__NR_utime, sys_utime)
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 150 case __NR_utime: in IsFileSystem()
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 176 GO(__NR_utime, "2s 2m"); in main() 177 SY(__NR_utime, x0, x0+1); FAIL; in main()
|