HomeSort by relevance Sort by last modified time
    Searched refs:fdatasync (Results 76 - 100 of 102) sorted by null

1 2 34 5

  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
linux-unistd.h 88 int fdatasync (int);
  /external/qemu/
cutils.c 124 * fdatasync and have to fall back to fsync.
129 return fdatasync(fd);
  /libcore/luni/src/main/java/libcore/io/
Os.java 46 public void fdatasync(FileDescriptor fd) throws ErrnoException; method in interface:Os
Posix.java 49 public native void fdatasync(FileDescriptor fd) throws ErrnoException; method in class:Posix
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 52 /* fdatasync does not exist on Android */
53 #define fdatasync fsync macro
57 * The function fdatasync seems to be absent of the header file
60 int fdatasync(int fd);
823 result=fdatasync(fileno(pFile));
    [all...]
  /libcore/luni/src/main/java/java/nio/
FileChannelImpl.java 208 Libcore.os.fdatasync(fd);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 696 extern int fdatasync(int);
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 696 extern int fdatasync(int);
    [all...]
  /external/chromium_org/third_party/leveldatabase/
env_chromium.cc 68 int fdatasync(int fildes) { function in namespace:leveldb_env::__anon13650
513 if (fdatasync(fileno(file_)) && !error)
  /external/chromium_org/third_party/leveldatabase/src/util/
env_posix.cc 328 if (fdatasync(fd_) < 0) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h     [all...]
  /bionic/libc/arch-arm/
syscalls.mk 81 syscall_src += arch-arm/syscalls/fdatasync.S
  /bionic/libc/arch-mips/
syscalls.mk 84 syscall_src += arch-mips/syscalls/fdatasync.S
  /bionic/libc/arch-x86/
syscalls.mk 85 syscall_src += arch-x86/syscalls/fdatasync.S
  /system/core/toolbox/
dd.c 762 fdatasync(out.fd);
1270 { "fdatasync", C_FDATASYNC, 0, NULL },
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 562 throwIfMinusOne(env, "fdatasync", TEMP_FAILURE_RETRY(fdatasync(fd)));
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c 3126 # define fdatasync macro
    [all...]
  /system/core/sdcard/
sdcard.c     [all...]
  /external/chromium_org/third_party/sqlite/src/
configure     [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp     [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 27282 # define fdatasync macro
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 28213 # define fdatasync macro
    [all...]

Completed in 2613 milliseconds

1 2 34 5