Searched refs:futimes (Results 1 - 11 of 11) sorted by relevance

/external/libchrome/base/
H A Dos_compat_android.h13 extern "C" int futimes(int fd, const struct timeval tv[2]);
H A Dos_compat_android.cc23 // There is no futimes() avaiable in Bionic, so we provide our own
25 int futimes(int fd, const struct timeval tv[2]) { function
/external/e2fsprogs/util/
H A Dsubst.c306 if (futimes(fd, times) < 0)
307 perror("futimes");
/external/libchrome/base/files/
H A Dfile_posix.cc58 // futimens should be available, but futimes might not be
69 return futimes(file, times);
98 NOTIMPLEMENTED(); // NaCl doesn't implement futimes.
/external/valgrind/coregrind/m_syswrap/
H A Dpriv_syswrap-darwin.h199 DECL_TEMPLATE(darwin, futimes); // 139
H A Dsyswrap-darwin.c1801 PRE(futimes)
1803 PRINT("futimes ( %ld, %#lx )", SARG1, ARG2);
1804 PRE_REG_READ2(long, "futimes", int, fd, struct timeval *, tvp);
1805 if (!ML_(fd_allowed)(ARG1, "futimes", tid, False)) {
1808 PRE_timeval_READ( "futimes(tvp[0])", ARG2 );
1809 PRE_timeval_READ( "futimes(tvp[1])", ARG2+sizeof(struct vki_timeval) );
10070 MACX_(__NR_futimes, futimes),
/external/python/cpython3/Modules/
H A Dposixmodule.c4447 return futimes(fd, time);
/external/e2fsprogs/
H A Dconfigure13076 for ac_func in __secure_getenv add_key backtrace blkid_probe_get_topology blkid_probe_enable_partitions chflags dlopen fadvise64 fallocate fallocate64 fchown fdatasync fstat64 ftruncate64 futimes getcwd getdtablesize getmntinfo getpwuid_r getrlimit getrusage jrand48 keyctl llistxattr llseek lseek64 mallinfo mbstowcs memalign mempcpy mmap msync nanosleep open64 pathconf posix_fadvise posix_fadvise64 posix_memalign prctl pread pwrite pread64 pwrite64 secure_getenv setmntent setresgid setresuid snprintf srandom stpcpy strcasecmp strdup strnlen strptime strtoull sync_file_range sysconf usleep utime utimes valloc
/external/python/cpython3/
H A Dconfigure11214 futimens futimes gai_strerror getentropy \
/external/sqlite/dist/orig/
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3.c[all...]

Completed in 1075 milliseconds