HomeSort by relevance Sort by last modified time
    Searched full:futimens (Results 1 - 25 of 35) sorted by null

1 2

  /bionic/tests/
sys_stat_test.cpp 23 TEST(sys_stat, futimens) {
35 ASSERT_EQ(0, futimens(fd, times)) << strerror(errno);
51 ASSERT_EQ(-1, futimens(-1, times));
  /bionic/libc/bionic/
futimens.cpp 32 int futimens(int fd, const struct timespec times[2]) { function
  /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/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...]
config.in.h 886 /* Define to 1 if futimens is declared even after undefining macros. */
    [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...]
  /external/bison/m4/
sys_stat_h.m4 46 ]], [fchmodat fstat fstatat futimens lchmod lstat mkdirat mkfifo mkfifoat
  /external/chromium_org/base/
platform_file_posix.cc 72 // futimens should be available, but futimes might not be
81 return futimens(file, ts_times);
  /bionic/libc/include/sys/
stat.h 172 extern int futimens(int fd, const struct timespec times[2]);
  /external/llvm/cmake/
config-ix.cmake 142 check_symbol_exists(futimens sys/stat.h HAVE_FUTIMENS)
  /external/llvm/lib/Support/Unix/
Path.inc 519 if (::futimens(FD, Times))
527 #error Missing futimes() and futimens()
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
stat.h 371 extern int futimens (int __fd, __const struct timespec __times[2]) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
stat.h 371 extern int futimens (int __fd, __const struct timespec __times[2]) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
stat.h 371 extern int futimens (int __fd, __const struct timespec __times[2]) __THROW;
  /external/llvm/device/include/llvm/Config/
config.h 150 /* Define to 1 if you have the `futimens' function. */
  /external/llvm/host/include/llvm/Config/
config.h 151 /* Define to 1 if you have the `futimens' function. */
  /external/llvm/include/llvm/Config/
config.h.cmake 149 /* Define to 1 if you have the `futimens' function */
config.h.in 160 /* Define to 1 if you have the `futimens' function. */
  /prebuilts/sdk/renderscript/lib/x86/
libc.so 
  /bionic/libc/
Android.mk 211 bionic/futimens.cpp \
  /prebuilts/sdk/renderscript/lib/arm/
libc.so 
  /prebuilts/sdk/renderscript/lib/mips/
libc.so 
  /external/bison/darwin-lib/
config.h 887 /* Define to 1 if futimens is declared even after undefining macros. */
    [all...]
  /external/bison/linux-lib/
config.h 887 /* Define to 1 if futimens is declared even after undefining macros. */
    [all...]
  /external/llvm/autoconf/
configure.ac     [all...]

Completed in 1064 milliseconds

1 2