/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]);
|
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/sys/ |
stat.h | 143 extern int futimens(int fd, const struct timespec times[2]);
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/sys/ |
stat.h | 143 extern int futimens(int fd, const struct timespec times[2]);
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/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]);
|
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/sys/ |
stat.h | 191 extern int futimens(int fd, const struct timespec times[2]);
|
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/sys/ |
stat.h | 191 extern int futimens(int fd, const struct timespec times[2]);
|
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/ |
stat.h | 191 extern int futimens(int fd, const struct timespec times[2]);
|
/external/ltrace/etc/ |
syscalls.conf | 134 int futimens(int, addr);
|
/external/chromium_org/base/ |
platform_file_posix.cc | 63 // futimens should be available, but futimes might not be 72 return futimens(file, ts_times);
|
/external/chromium_org/base/files/ |
file_posix.cc | 63 // futimens should be available, but futimes might not be 72 return futimens(file, ts_times);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/ |
stat.h | 373 extern int futimens (int __fd, __const struct timespec __times[2]) __THROW;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
stat.h | 373 extern int futimens (int __fd, __const struct timespec __times[2]) __THROW;
|
/bionic/libc/ |
Android.mk | 117 bionic/futimens.cpp \ [all...] |
/external/bison/ |
configure | [all...] |
/external/llvm/ |
configure | [all...] |