HomeSort by relevance Sort by last modified time
    Searched refs:fsync (Results 101 - 111 of 111) sorted by null

1 2 3 45

  /dalvik/vm/analysis/
DexPrepare.cpp 732 fsync(fd); /* ensure previous writes go before header is written */
    [all...]
  /external/bluetooth/glib/gio/
glocalfileoutputstream.c 196 fsync (file->priv->fd) != 0)
  /external/bluetooth/glib/glib/
gfileutils.c 972 fsync (fileno (file)) != 0)
979 _("Failed to write file '%s': fsync() failed: %s"),
    [all...]
  /system/core/toolbox/
dd.c 476 if (out.fd == STDOUT_FILENO && fsync(out.fd) == -1 && errno != EINVAL) {
477 fprintf(stderr, "fsync stdout: %s\n", strerror(errno));
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 528 throwIfMinusOne(env, "fsync", TEMP_FAILURE_RETRY(fsync(fd)));
    [all...]
  /external/kernel-headers/original/linux/
fs.h 1070 int (*fsync) (struct file *, struct dentry *, int datasync); member in struct:file_operations
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/chromium-trace/
script.js     [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp     [all...]

Completed in 489 milliseconds

1 2 3 45