HomeSort by relevance Sort by last modified time
    Searched refs:futimes (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/base/
os_compat_android.h 13 extern "C" int futimes(int fd, const struct timeval tv[2]);
os_compat_android.cc 19 // There is no futimes() avaiable in Bionic, so we provide our own
21 int futimes(int fd, const struct timeval tv[2]) { function
platform_file_posix.cc 63 // futimens should be available, but futimes might not be
74 return futimes(file, times);
108 NOTIMPLEMENTED(); // NaCl doesn't implement futimes.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
time.h 149 extern int futimes (int __fd, __const struct timeval __tvp[2]) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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.7-4.6/sysroot/usr/include/sys/
time.h 149 extern int futimes (int __fd, __const struct timeval __tvp[2]) __THROW;
  /external/chromium/base/
platform_file_posix.cc 168 // futimes() isn't actually POSIX.
178 return !futimes(file, times);
  /external/chromium_org/base/files/
file_posix.cc 65 // futimens should be available, but futimes might not be
76 return futimes(file, times);
110 NOTIMPLEMENTED(); // NaCl doesn't implement futimes.
  /external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-darwin.h 198 DECL_TEMPLATE(darwin, futimes); // 139
syswrap-darwin.c     [all...]
  /external/elfutils/src/
strip.c     [all...]
ar.c 671 if (unlikely (futimes (xfd, tv) != 0))
    [all...]
  /external/openssh/
sftp-server.c 858 ret = futimes(fd, attrib_to_tv(a));
    [all...]
configure     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/llvm/
configure     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1148 milliseconds