HomeSort by relevance Sort by last modified time
    Searched full:futimes (Results 51 - 75 of 128) sorted by null

1 23 4 5 6

  /prebuilts/go/linux-x86/src/syscall/
zsysnum_netbsd_amd64.go 223 SYS_FUTIMES = 423 // { int|sys|50|futimes(int fd, const struct timeval *tptr); }
zsysnum_netbsd_arm.go 223 SYS_FUTIMES = 423 // { int|sys|50|futimes(int fd, const struct timeval *tptr); }
syscall_linux.go 134 func Futimes(fd int, tv []Timeval) (err error) {
  /prebuilts/go/darwin-x86/src/syscall/
syscall_linux.go 134 func Futimes(fd int, tv []Timeval) (err error) {
zsyscall_darwin_386.go 245 func futimes(fd int, timeval *[2]Timeval) (err error) { func
    [all...]
zsyscall_darwin_amd64.go 245 func futimes(fd int, timeval *[2]Timeval) (err error) { func
    [all...]
zsyscall_darwin_arm.go 245 func futimes(fd int, timeval *[2]Timeval) (err error) { func
    [all...]
zsyscall_darwin_arm64.go 244 func futimes(fd int, timeval *[2]Timeval) (err error) { func
zsyscall_dragonfly_amd64.go 245 func futimes(fd int, timeval *[2]Timeval) (err error) { func
zsyscall_freebsd_386.go 245 func futimes(fd int, timeval *[2]Timeval) (err error) { func
zsyscall_freebsd_amd64.go 245 func futimes(fd int, timeval *[2]Timeval) (err error) { func
zsyscall_freebsd_arm.go 245 func futimes(fd int, timeval *[2]Timeval) (err error) { func
zsyscall_netbsd_386.go 245 func futimes(fd int, timeval *[2]Timeval) (err error) { func
  /external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c     [all...]
  /bionic/libc/
libc.arm.map     [all...]
libc.arm64.map     [all...]
libc.map.txt     [all...]
libc.mips.map     [all...]
libc.mips64.map     [all...]
libc.x86.map     [all...]
libc.x86_64.map     [all...]
  /external/e2fsprogs/
configure.ac 1103 futimes
    [all...]
  /external/openssh/
config.h 424 /* Define to 1 if you have the `futimes' function. */
    [all...]
config.h.in 484 /* Define to 1 if you have the `futimes' function. */
    [all...]
sftp-server.c 982 r = futimes(fd, attrib_to_tv(&a));
    [all...]

Completed in 422 milliseconds

1 23 4 5 6