Searched refs:futimes (Results 1 – 24 of 24) sorted by relevance
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/ |
D | futimes.c | 8 int futimes(int fd, const struct timeval times[2]) { in futimes() function
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/ |
D | time.h | 18 int futimes(int fd, const struct timeval times[2]);
|
/external/chromium_org/base/ |
D | os_compat_android.h | 13 extern "C" int futimes(int fd, const struct timeval tv[2]);
|
D | os_compat_android.cc | 24 int futimes(int fd, const struct timeval tv[2]) { in futimes() function
|
/external/valgrind/main/ |
D | darwin9.supp | 110 macos-futimes-1 112 futimes(tvp[1]) 113 fun:futimes
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
D | library.dsc | 78 "syscalls/futimes.c",
|
/external/chromium_org/base/files/ |
D | file_posix.cc | 72 return futimes(file, times); in CallFutimes()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | priv_syswrap-darwin.h | 199 DECL_TEMPLATE(darwin, futimes); // 139
|
D | syswrap-darwin.c | 1288 PRE(futimes) in PRE() argument 8121 MACX_(__NR_futimes, futimes),
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
D | kernel_wrap_test.cc | 323 TEST_F(KernelWrapTest, futimes) { in TEST_F() argument 327 EXPECT_EQ(-1, futimes(kDummyInt, times)); in TEST_F()
|
/external/llvm/lib/Support/Unix/ |
D | Path.inc | 466 if (::futimes(FD, Times)) 470 #warning Missing futimes() and futimens()
|
/external/llvm/cmake/ |
D | config-ix.cmake | 145 check_symbol_exists(futimes sys/time.h HAVE_FUTIMES)
|
/external/elfutils/0.153/src/ |
D | strip.c | 2066 if (futimes (fd, tvp) != 0) in handle_elf() 2123 if (unlikely (futimes (fd, tvp) != 0)) in handle_ar()
|
D | ar.c | 699 if (unlikely (futimes (xfd, tv) != 0)) in do_oper_extract()
|
/external/llvm/include/llvm/Config/ |
D | config.h.in | 107 /* Define to 1 if you have the `futimes' function. */
|
D | config.h.cmake | 122 /* Define to 1 if you have the `futimes' function. */
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | os_unix.c | 6115 futimes(conchFile->h, NULL); in proxyTakeConch()
|
/external/llvm/autoconf/ |
D | configure.ac | 1725 AC_CHECK_FUNCS([futimes futimens])
|
/external/llvm/patches/ |
D | 0002-Add-basic-Android-configuration.patch | 1316 +/* Define to 1 if you have the `futimes' function. */
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 2053 fun:futimes=uninstrumented
|
/external/llvm/ |
D | configure | 15712 for ac_func in futimes futimens
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
D | sqlite3.c | 30256 futimes(conchFile->h, NULL);
|
/external/sqlite/dist/ |
D | sqlite3.c | 31143 futimes(conchFile->h, NULL);
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 31123 futimes(conchFile->h, NULL);
|