Home
last modified time | relevance | path

Searched refs:futimes (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
Dfutimes.c8 int futimes(int fd, const struct timeval times[2]) { in futimes() function
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
Dtime.h18 int futimes(int fd, const struct timeval times[2]);
/external/chromium_org/base/
Dos_compat_android.h13 extern "C" int futimes(int fd, const struct timeval tv[2]);
Dos_compat_android.cc24 int futimes(int fd, const struct timeval tv[2]) { in futimes() function
/external/valgrind/main/
Ddarwin9.supp110 macos-futimes-1
112 futimes(tvp[1])
113 fun:futimes
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dlibrary.dsc78 "syscalls/futimes.c",
/external/chromium_org/base/files/
Dfile_posix.cc72 return futimes(file, times); in CallFutimes()
/external/valgrind/main/coregrind/m_syswrap/
Dpriv_syswrap-darwin.h199 DECL_TEMPLATE(darwin, futimes); // 139
Dsyswrap-darwin.c1288 PRE(futimes) in PRE() argument
8121 MACX_(__NR_futimes, futimes),
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
Dkernel_wrap_test.cc323 TEST_F(KernelWrapTest, futimes) { in TEST_F() argument
327 EXPECT_EQ(-1, futimes(kDummyInt, times)); in TEST_F()
/external/llvm/lib/Support/Unix/
DPath.inc466 if (::futimes(FD, Times))
470 #warning Missing futimes() and futimens()
/external/llvm/cmake/
Dconfig-ix.cmake145 check_symbol_exists(futimes sys/time.h HAVE_FUTIMES)
/external/elfutils/0.153/src/
Dstrip.c2066 if (futimes (fd, tvp) != 0) in handle_elf()
2123 if (unlikely (futimes (fd, tvp) != 0)) in handle_ar()
Dar.c699 if (unlikely (futimes (xfd, tv) != 0)) in do_oper_extract()
/external/llvm/include/llvm/Config/
Dconfig.h.in107 /* Define to 1 if you have the `futimes' function. */
Dconfig.h.cmake122 /* Define to 1 if you have the `futimes' function. */
/external/chromium_org/third_party/sqlite/src/src/
Dos_unix.c6115 futimes(conchFile->h, NULL); in proxyTakeConch()
/external/llvm/autoconf/
Dconfigure.ac1725 AC_CHECK_FUNCS([futimes futimens])
/external/llvm/patches/
D0002-Add-basic-Android-configuration.patch1316 +/* Define to 1 if you have the `futimes' function. */
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1204_abilist.txt2053 fun:futimes=uninstrumented
/external/llvm/
Dconfigure15712 for ac_func in futimes futimens
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c30256 futimes(conchFile->h, NULL);
/external/sqlite/dist/
Dsqlite3.c31143 futimes(conchFile->h, NULL);
/external/sqlite/dist/orig/
Dsqlite3.c31123 futimes(conchFile->h, NULL);