HomeSort by relevance Sort by last modified time
    Searched full:futimes (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
futimes.c 8 int futimes(int fd, const struct timeval times[2]) { function
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
time.h 18 int futimes(int fd, const struct timeval times[2]);
  /external/chromium_org/base/
os_compat_android.h 13 extern "C" int futimes(int fd, const struct timeval tv[2]);
os_compat_android.cc 22 // There is no futimes() avaiable in Bionic, so we provide our own
24 int futimes(int fd, const struct timeval tv[2]) { function
  /external/valgrind/main/
darwin9.supp 110 macos-futimes-1
112 futimes(tvp[1])
113 fun:futimes
  /external/chromium_org/base/files/
file_posix.cc 61 // futimens should be available, but futimes might not be
72 return futimes(file, times);
106 NOTIMPLEMENTED(); // NaCl doesn't implement futimes.
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
library.dsc 78 "syscalls/futimes.c",
fuse.h 227 // Called by utime()/utimes()/futimes()/futimens() etc.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/sysroot/usr/include/sys/
time.h 149 extern int futimes (int __fd, __const struct timeval __tvp[2]) __THROW;
  /system/core/toolbox/upstream-netbsd/bin/mv/
mv.c 312 if (futimes(to_fd, tval))
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
kernel_wrap_test.cc 323 TEST_F(KernelWrapTest, futimes) {
327 EXPECT_EQ(-1, futimes(kDummyInt, times));
  /external/llvm/lib/Support/Unix/
Path.inc 466 if (::futimes(FD, Times))
470 #warning Missing futimes() and futimens()
  /external/llvm/cmake/
config-ix.cmake 145 check_symbol_exists(futimes sys/time.h HAVE_FUTIMES)
  /external/llvm/include/llvm/Config/
config.h.cmake 122 /* Define to 1 if you have the `futimes' function. */
config.h.in 107 /* Define to 1 if you have the `futimes' function. */
  /external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-darwin.h 199 DECL_TEMPLATE(darwin, futimes); // 139
syswrap-darwin.c     [all...]
  /external/llvm/host/include/llvm/Config/
config.h 147 /* Define to 1 if you have the `futimes' function. */
  /external/elfutils/0.153/src/
strip.c     [all...]
ar.c 699 if (unlikely (futimes (xfd, tv) != 0))
    [all...]
  /external/llvm/autoconf/
configure.ac     [all...]
  /external/llvm/patches/
0002-Add-basic-Android-configuration.patch     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libc-2.11.1.so 
libc.so.6 

Completed in 920 milliseconds

1 2