HomeSort by relevance Sort by last modified time
    Searched refs:fsync (Results 126 - 150 of 157) sorted by null

1 2 3 4 56 7

  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c     [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prio.h 388 PRFsyncFN fsync; /* flush all buffers to permanent store */ member in struct:PRIOMethods
    [all...]
  /external/dnsmasq/src/
lease.c 216 fsync(fileno(daemon->lease_stream)) < 0)
  /frameworks/native/cmds/rawbu/
backup.cpp 403 if (fsync(fileno(fh)) != 0) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h 104 _POSIX_FSYNC The fsync function is present.
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 104 _POSIX_FSYNC The fsync function is present.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 104 _POSIX_FSYNC The fsync function is present.
    [all...]
  /bionic/libc/arch-arm/
syscalls.mk 80 syscall_src += arch-arm/syscalls/fsync.S
  /bionic/libc/arch-mips/
syscalls.mk 83 syscall_src += arch-mips/syscalls/fsync.S
  /bionic/libc/arch-x86/
syscalls.mk 84 syscall_src += arch-x86/syscalls/fsync.S
  /system/vold/
cryptfs.c 636 fsync(fd);
643 fsync(fd);
    [all...]
  /external/yaffs2/yaffs2/
yaffs_fs.c 196 .fsync = yaffs_sync_object,
229 .fsync = yaffs_sync_object,
    [all...]
  /bootable/recovery/
recovery.cpp 326 fsync(fileno(fp));
    [all...]
  /dalvik/vm/analysis/
DexPrepare.cpp 732 fsync(fd); /* ensure previous writes go before header is written */
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_proxy.cc 445 int KernelProxy::fsync(int fd) { function in class:nacl_io::KernelProxy
453 error = handle->node()->FSync();
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 820 fsync(data->dev);
tdb.c     [all...]
  /system/core/toolbox/
dd.c 438 if (out.fd == STDOUT_FILENO && fsync(out.fd) == -1 && errno != EINVAL) {
439 fprintf(stderr, "fsync stdout: %s\n", strerror(errno));
  /external/chromium_org/net/third_party/nss/ssl/
sslsock.c     [all...]
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 589 throwIfMinusOne(env, "fsync", TEMP_FAILURE_RETRY(fsync(fd)));
    [all...]
  /system/core/sdcard/
sdcard.c     [all...]
  /external/kernel-headers/original/linux/
fs.h 1624 int (*fsync) (struct file *, loff_t, loff_t, int datasync); member in struct:file_operations
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 7 # Remember to fsync() changes to disk before closing a modified file
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 7 # Remember to fsync() changes to disk before closing a modified file
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 2469 milliseconds

1 2 3 4 56 7