HomeSort by relevance Sort by last modified time
    Searched refs:futimens (Results 1 - 18 of 18) sorted by null

  /bionic/libc/bionic/
futimens.cpp 32 int futimens(int fd, const struct timespec times[2]) { function
  /bionic/tests/
sys_stat_test.cpp 26 TEST(sys_stat, futimens) {
38 ASSERT_EQ(0, futimens(fd, times)) << strerror(errno);
54 ASSERT_EQ(-1, futimens(-1, times));
  /external/bison/lib/
sys_stat.in.h 307 /* Macros for futimens and utimensat. */
387 /* Use the rpl_ prefix also on Solaris <= 9, because on Solaris 9 our futimens
389 to futimens that is meant to invoke the libc's futimens(), not gnulib's
390 futimens(). */
393 # undef futimens
394 # define futimens rpl_futimens
396 _GL_FUNCDECL_RPL (futimens, int, (int fd, struct timespec const times[2]));
397 _GL_CXXALIAS_RPL (futimens, int, (int fd, struct timespec const times[2]));
400 _GL_FUNCDECL_SYS (futimens, int, (int fd, struct timespec const times[2]))
    [all...]
  /external/bison/darwin-lib/sys/
stat.h 619 /* Macros for futimens and utimensat. */
699 /* Use the rpl_ prefix also on Solaris <= 9, because on Solaris 9 our futimens
701 to futimens that is meant to invoke the libc's futimens(), not gnulib's
702 futimens(). */
705 # undef futimens
706 # define futimens rpl_futimens
708 _GL_FUNCDECL_RPL (futimens, int, (int fd, struct timespec const times[2]));
709 _GL_CXXALIAS_RPL (futimens, int, (int fd, struct timespec const times[2]));
712 _GL_FUNCDECL_SYS (futimens, int, (int fd, struct timespec const times[2]))
720 # undef futimens macro
    [all...]
  /external/bison/linux-lib/sys/
stat.h 619 /* Macros for futimens and utimensat. */
699 /* Use the rpl_ prefix also on Solaris <= 9, because on Solaris 9 our futimens
701 to futimens that is meant to invoke the libc's futimens(), not gnulib's
702 futimens(). */
705 # undef futimens
706 # define futimens rpl_futimens
708 _GL_FUNCDECL_RPL (futimens, int, (int fd, struct timespec const times[2]));
709 _GL_CXXALIAS_RPL (futimens, int, (int fd, struct timespec const times[2]));
712 _GL_FUNCDECL_SYS (futimens, int, (int fd, struct timespec const times[2]))
720 # undef futimens macro
    [all...]
  /development/ndk/platforms/android-19/include/sys/
stat.h 143 extern int futimens(int fd, const struct timespec times[2]);
  /bionic/libc/include/sys/
stat.h 191 extern int futimens(int fd, const struct timespec times[2]);
  /development/ndk/platforms/android-L/include/sys/
stat.h 191 extern int futimens(int fd, const struct timespec times[2]);
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mock_kernel_proxy.h 36 MOCK_METHOD2(futimens, int(int, const struct timespec[2]));
kernel_wrap_test.cc 325 EXPECT_CALL(mock, futimens(kDummyInt, IsEqualToTimeval(times)))
  /external/ltrace/etc/
syscalls.conf 134 int futimens(int, addr);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_proxy.h 120 virtual int futimens(int fd, const struct timespec times[2]);
kernel_intercept.cc 348 // Implement in terms of futimens.
354 return s_state.kp->futimens(fd, ts);
415 return s_state.kp->futimens(fd, times);
kernel_proxy.cc 679 int KernelProxy::futimens(int fd, const struct timespec times[2]) { function in class:nacl_io::KernelProxy
687 error = handle->node()->Futimens(times);
890 int result = futimens(fd, times);
    [all...]
  /external/chromium_org/base/files/
file_posix.cc 61 // futimens should be available, but futimes might not be
70 return futimens(file, ts_times);
  /bionic/libc/
Android.mk 119 bionic/futimens.cpp \
    [all...]
  /external/bison/
configure     [all...]
  /external/llvm/
configure     [all...]

Completed in 499 milliseconds