/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
time.h | 149 extern int futimes (int __fd, __const struct timeval __tvp[2]) __THROW;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
time.h | 149 extern int futimes (int __fd, __const struct timeval __tvp[2]) __THROW;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
time.h | 149 extern int futimes (int __fd, __const struct timeval __tvp[2]) __THROW;
|
/external/libchrome/base/files/ |
file_posix.cc | 58 // futimens should be available, but futimes might not be 69 return futimes(file, times); 98 NOTIMPLEMENTED(); // NaCl doesn't implement futimes.
|
/external/valgrind/coregrind/m_syswrap/ |
priv_syswrap-darwin.h | 199 DECL_TEMPLATE(darwin, futimes); // 139
|
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_bsd.go | 524 //sys futimes(fd int, timeval *[2]Timeval) (err error) 526 func Futimes(fd int, tv []Timeval) (err error) { 530 return futimes(fd, (*[2]Timeval)(unsafe.Pointer(&tv[0])))
|
zsysnum_dragonfly_amd64.go | 139 SYS_FUTIMES = 206 // { int futimes(int fd, struct timeval *tptr); }
|
zsysnum_freebsd_386.go | 139 SYS_FUTIMES = 206 // { int futimes(int fd, struct timeval *tptr); }
|
zsysnum_freebsd_amd64.go | 139 SYS_FUTIMES = 206 // { int futimes(int fd, struct timeval *tptr); }
|
zsysnum_freebsd_arm.go | 139 SYS_FUTIMES = 206 // { int futimes(int fd, struct timeval *tptr); }
|
zsysnum_netbsd_386.go | 223 SYS_FUTIMES = 423 // { int|sys|50|futimes(int fd, const struct timeval *tptr); }
|
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); }
|
zsyscall_darwin_386.go | 244 func futimes(fd int, timeval *[2]Timeval) (err error) { func [all...] |
zsyscall_darwin_amd64.go | 244 func futimes(fd int, timeval *[2]Timeval) (err error) { func [all...] |
zsyscall_darwin_arm.go | 244 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
|
/prebuilts/go/linux-x86/src/syscall/ |
syscall_bsd.go | 524 //sys futimes(fd int, timeval *[2]Timeval) (err error) 526 func Futimes(fd int, tv []Timeval) (err error) { 530 return futimes(fd, (*[2]Timeval)(unsafe.Pointer(&tv[0])))
|
zsysnum_dragonfly_amd64.go | 139 SYS_FUTIMES = 206 // { int futimes(int fd, struct timeval *tptr); }
|
zsysnum_freebsd_386.go | 139 SYS_FUTIMES = 206 // { int futimes(int fd, struct timeval *tptr); }
|
zsysnum_freebsd_amd64.go | 139 SYS_FUTIMES = 206 // { int futimes(int fd, struct timeval *tptr); }
|
zsysnum_freebsd_arm.go | 139 SYS_FUTIMES = 206 // { int futimes(int fd, struct timeval *tptr); }
|
zsysnum_netbsd_386.go | 223 SYS_FUTIMES = 423 // { int|sys|50|futimes(int fd, const struct timeval *tptr); }
|
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); }
|