/bionic/libc/bionic/ |
futimens.cpp | 32 int futimens(int fd, const struct timespec times[2]) { function
|
/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));
|
/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...] |
/bionic/libc/include/sys/ |
stat.h | 172 extern int futimens(int fd, const struct timespec times[2]);
|
/external/chromium_org/base/ |
platform_file_posix.cc | 72 // futimens should be available, but futimes might not be 81 return futimens(file, ts_times);
|
/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;
|
/bionic/libc/ |
Android.mk | 211 bionic/futimens.cpp \
|
/external/bison/ |
configure | [all...] |
/external/llvm/ |
configure | [all...] |