Searched refs:futimes (Results 1 – 22 of 22) sorted by relevance
/external/libchrome/base/ |
D | os_compat_android.h | 13 extern "C" int futimes(int fd, const struct timeval tv[2]);
|
D | os_compat_android.cc | 25 int futimes(int fd, const struct timeval tv[2]) { in futimes() function
|
/external/valgrind/ |
D | darwin9.supp | 110 macos-futimes-1 112 futimes(tvp[1]) 113 fun:futimes
|
/external/e2fsprogs/util/ |
D | subst.c | 306 if (futimes(fd, times) < 0) in set_utimes()
|
/external/libchrome/base/files/ |
D | file_posix.cc | 69 return futimes(file, times); in CallFutimes()
|
/external/valgrind/coregrind/m_syswrap/ |
D | priv_syswrap-darwin.h | 199 DECL_TEMPLATE(darwin, futimes); // 139
|
D | syswrap-darwin.c | 1796 PRE(futimes) in PRE() argument 9925 MACX_(__NR_futimes, futimes),
|
/external/llvm/lib/Support/Unix/ |
D | Path.inc | 453 if (::futimes(FD, Times)) 457 #warning Missing futimes() and futimens()
|
/external/llvm/cmake/ |
D | config-ix.cmake | 164 check_symbol_exists(futimes sys/time.h HAVE_FUTIMES)
|
/external/llvm/include/llvm/Config/ |
D | config.h.cmake | 87 /* Define to 1 if you have the `futimes' function. */
|
/external/openssh/ |
D | sftp-server.c | 986 r = futimes(fd, attrib_to_tv(&a)); in process_fsetstat()
|
D | config.h.in | 475 /* Define to 1 if you have the `futimes' function. */
|
D | configure.ac | 1642 futimes \
|
D | configure | 16552 futimes \
|
/external/e2fsprogs/lib/ |
D | config.h.in | 165 /* Define to 1 if you have the `futimes' function. */
|
/external/e2fsprogs/ |
D | configure.ac | 1103 futimes
|
D | configure | 13076 …vise64 fallocate fallocate64 fchown fdatasync fstat64 ftruncate64 futimes getcwd getdtabl…
|
/external/elfutils/src/ |
D | ChangeLog | 360 and futimes with futimens. 363 in prototype. Replace futimes with futimens.
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1812 fun:futimes=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 983 PUBLIC d5a70 0 futimes
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 36795 futimes(conchFile->h, NULL);
|
/external/sqlite/dist/ |
D | sqlite3.c | 36795 futimes(conchFile->h, NULL);
|