HomeSort by relevance Sort by last modified time
    Searched refs:futimens (Results 51 - 68 of 68) sorted by null

1 23

  /external/libchrome/base/files/
file_posix.cc 58 // futimens should be available, but futimes might not be
67 return futimens(file, ts_times);
  /external/toybox/toys/posix/
cp.c 334 else futimens(fdout, times);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
stat.h 373 extern int futimens (int __fd, __const struct timespec __times[2]) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
stat.h 375 extern int futimens (int __fd, __const struct timespec __times[2]) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
stat.h 375 extern int futimens (int __fd, __const struct timespec __times[2]) __THROW;
  /prebuilts/go/darwin-x86/src/syscall/
syscall_openbsd.go 210 // futimens
zsysnum_netbsd_386.go 268 SYS_FUTIMENS = 472 // { int|sys||futimens(int fd, const struct timespec *tptr); }
zsysnum_netbsd_amd64.go 268 SYS_FUTIMENS = 472 // { int|sys||futimens(int fd, const struct timespec *tptr); }
zsysnum_netbsd_arm.go 268 SYS_FUTIMENS = 472 // { int|sys||futimens(int fd, const struct timespec *tptr); }
  /prebuilts/go/linux-x86/src/syscall/
syscall_openbsd.go 210 // futimens
zsysnum_netbsd_386.go 268 SYS_FUTIMENS = 472 // { int|sys||futimens(int fd, const struct timespec *tptr); }
zsysnum_netbsd_amd64.go 268 SYS_FUTIMENS = 472 // { int|sys||futimens(int fd, const struct timespec *tptr); }
zsysnum_netbsd_arm.go 268 SYS_FUTIMENS = 472 // { int|sys||futimens(int fd, const struct timespec *tptr); }
  /external/elfutils/src/
strip.c     [all...]
ar.c 688 if (unlikely (futimens (xfd, tv) != 0))
    [all...]
  /frameworks/av/media/mtp/
MtpServer.cpp     [all...]
  /external/strace/
configure     [all...]
  /external/bison/
configure     [all...]

Completed in 598 milliseconds

1 23