/prebuilts/gdb/linux-x86/share/gdb/syscalls/ |
sparc-linux.xml | 325 <syscall name="utimensat" number="310"/>
|
sparc64-linux.xml | 307 <syscall name="utimensat" number="310"/>
|
arm-linux.xml | 361 <syscall name="utimensat" number="348"/>
|
/system/core/sdcard/ |
sdcard.c | 893 * time specified in the request. Same goes for mtime. Use utimensat(2) 916 TRACE("[%d] Calling utimensat on %s with atime %ld, mtime=%ld\n", 918 if (utimensat(-1, path, times, 0) < 0) { [all...] |
/bionic/libc/ |
SYSCALLS.TXT | 154 int utimensat(int, const char*, const struct timespec times[2], int) all
|
/external/autotest/client/tests/scrashme/ |
testfix.diff | 437 + { .name = "utimensat" },
|
/external/strace/ |
configure.ac | 303 utimensat
|
strace.spec | 195 move_pages, utimensat
|
NEWS | 495 * Support new Linux system calls move_pages, utimensat, signalfd, timerfd,
|
/prebuilts/gdb/darwin-x86/share/gdb/syscalls/ |
arm-linux.xml | 361 <syscall name="utimensat" number="348"/>
|
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_bsd.go | 510 // TODO: The BSDs can do utimensat with SYS_UTIMENSAT but it
|
zsysnum_netbsd_386.go | 263 SYS_UTIMENSAT = 467 // { int|sys||utimensat(int fd, const char *path, const struct timespec *tptr, int flag); }
|
zsysnum_netbsd_amd64.go | 263 SYS_UTIMENSAT = 467 // { int|sys||utimensat(int fd, const char *path, const struct timespec *tptr, int flag); }
|
zsysnum_netbsd_arm.go | 263 SYS_UTIMENSAT = 467 // { int|sys||utimensat(int fd, const char *path, const struct timespec *tptr, int flag); }
|
zsyscall_linux_386.go | 128 func utimensat(dirfd int, path string, times *[2]Timespec) (err error) { func [all...] |
zsyscall_linux_amd64.go | 128 func utimensat(dirfd int, path string, times *[2]Timespec) (err error) { func [all...] |
/prebuilts/go/linux-x86/src/syscall/ |
syscall_bsd.go | 510 // TODO: The BSDs can do utimensat with SYS_UTIMENSAT but it
|
zsysnum_netbsd_386.go | 263 SYS_UTIMENSAT = 467 // { int|sys||utimensat(int fd, const char *path, const struct timespec *tptr, int flag); }
|
zsysnum_netbsd_amd64.go | 263 SYS_UTIMENSAT = 467 // { int|sys||utimensat(int fd, const char *path, const struct timespec *tptr, int flag); }
|
zsysnum_netbsd_arm.go | 263 SYS_UTIMENSAT = 467 // { int|sys||utimensat(int fd, const char *path, const struct timespec *tptr, int flag); }
|
zsyscall_linux_386.go | 128 func utimensat(dirfd int, path string, times *[2]Timespec) (err error) { func [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_common_syscalls.inc | [all...] |
/external/valgrind/ |
configure.ac | [all...] |
/external/strace/debian/ |
changelog | 258 move_pages, utimensat.
|
/external/bison/lib/ |
config.in.h | [all...] |