HomeSort by relevance Sort by last modified time
    Searched refs:fdatasync (Results 1 - 25 of 43) sorted by null

1 2

  /bionic/libc/arch-arm/syscalls/
fdatasync.S 5 ENTRY(fdatasync) function
14 END(fdatasync)
  /bionic/libc/arch-arm64/syscalls/
fdatasync.S 5 ENTRY(fdatasync) function
14 END(fdatasync)
  /bionic/libc/arch-mips/syscalls/
fdatasync.S 5 ENTRY(fdatasync) function
19 END(fdatasync)
  /bionic/libc/arch-x86_64/syscalls/
fdatasync.S 5 ENTRY(fdatasync) function
15 END(fdatasync)
  /bionic/libc/arch-x86/syscalls/
fdatasync.S 5 ENTRY(fdatasync) function
21 END(fdatasync)
  /bionic/libc/arch-mips64/syscalls/
fdatasync.S 5 ENTRY(fdatasync) function
25 END(fdatasync)
  /external/chromium_org/base/test/
test_file_util_linux.cc 21 if (fdatasync(fd.get()) != 0)
  /external/chromium_org/third_party/leveldatabase/src/port/
port_posix.h 67 // Use fsync() on platforms without fdatasync()
68 #define fdatasync fsync macro
72 // fdatasync() was only introduced in API level 9 on Android. Use fsync()
74 #define fdatasync fsync macro
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mock_kernel_proxy.h 32 MOCK_METHOD1(fdatasync, int(int));
  /external/fio/
configure 727 # fdatasync() probe
728 fdatasync="no"
734 return fdatasync(0);
737 if compile_prog "" "" "fdatasync"; then
738 fdatasync="yes"
740 echo "fdatasync $fdatasync"
1230 if test "$fdatasync" = "yes" ; then
  /bionic/libc/include/
unistd.h 153 extern int fdatasync(int);
  /development/ndk/platforms/android-12/include/
unistd.h 147 extern int fdatasync(int);
  /development/ndk/platforms/android-3/include/
unistd.h 187 extern int fdatasync(int);
  /development/ndk/platforms/android-8/include/
unistd.h 192 extern int fdatasync(int);
  /development/ndk/platforms/android-9/include/
unistd.h 145 extern int fdatasync(int);
  /development/ndk/platforms/android-L/include/
unistd.h 156 extern int fdatasync(int);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_bionic.cc 124 OP(fdatasync); \
176 int WRAP(fdatasync)(int fd) NOTHROW {
369 CHECK_REAL(fdatasync);
370 return REAL(fdatasync)(fd);
kernel_wrap_newlib.cc 71 OP(dev_fdio, fdatasync); \
153 int WRAP(fdatasync)(int fd) {
  /external/fio/os/
os-mac.h 166 * For some reason, there's no header definition for fdatasync(), even
169 extern int fdatasync(int fd);
  /external/bison/darwin-lib/
unistd.h 844 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdatasync.html>. */
846 _GL_FUNCDECL_SYS (fdatasync, int, (int fd));
848 _GL_CXXALIAS_SYS (fdatasync, int, (int fd));
849 _GL_CXXALIASWARN (fdatasync);
851 # undef fdatasync macro
853 _GL_WARN_ON_USE (fdatasync, "fdatasync is unportable - "
854 "use gnulib module fdatasync for portability");
    [all...]
  /external/bison/lib/
unistd.in.h 532 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdatasync.html>. */
534 _GL_FUNCDECL_SYS (fdatasync, int, (int fd));
536 _GL_CXXALIAS_SYS (fdatasync, int, (int fd));
537 _GL_CXXALIASWARN (fdatasync);
539 # undef fdatasync
541 _GL_WARN_ON_USE (fdatasync, "fdatasync is unportable - "
542 "use gnulib module fdatasync for portability");
    [all...]
  /external/bison/linux-lib/
unistd.h 844 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdatasync.html>. */
846 _GL_FUNCDECL_SYS (fdatasync, int, (int fd));
848 _GL_CXXALIAS_SYS (fdatasync, int, (int fd));
849 _GL_CXXALIASWARN (fdatasync);
851 # undef fdatasync macro
853 _GL_WARN_ON_USE (fdatasync, "fdatasync is unportable - "
854 "use gnulib module fdatasync for portability");
    [all...]
  /bionic/tests/
unistd_test.cpp 385 TEST(unistd, fdatasync) {
386 TestFsyncFunction(fdatasync);
  /external/chromium_org/third_party/leveldatabase/
env_chromium_stdio.cc 56 int fdatasync(int fildes) { function in namespace:leveldb_env::__anon17061
244 if (fdatasync(fileno(file_)) && !error)
  /external/ltrace/etc/
syscalls.conf 51 int fdatasync(int);

Completed in 648 milliseconds

1 2