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

  /bionic/libc/bionic/
futimens.cpp 32 int futimens(int fd, const struct timespec times[2]) { function
  /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...]
  /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/chromium_org/native_client_sdk/src/libraries/nacl_io/
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...]

Completed in 206 milliseconds