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

1 2 3 4 5 6 7 8

  /bionic/libc/arch-arm/syscalls/
fsync.S 5 ENTRY(fsync) function
16 END(fsync)
  /bionic/libc/arch-arm64/syscalls/
fsync.S 5 ENTRY(fsync) function
14 END(fsync)
  /bionic/libc/arch-mips/syscalls/
fsync.S 5 ENTRY(fsync) function
19 END(fsync)
  /bionic/libc/arch-x86_64/syscalls/
fsync.S 5 ENTRY(fsync) function
15 END(fsync)
  /bionic/libc/arch-mips64/syscalls/
fsync.S 5 ENTRY(fsync) function
25 END(fsync)
  /bionic/libc/arch-x86/syscalls/
fsync.S 5 ENTRY(fsync) function
29 END(fsync)
  /external/toybox/toys/other/
fsync.c 0 /* fsync.c - Synchronize a file's in-core state with storage device.
7 USE_FSYNC(NEWTOY(fsync, "<1d", TOYFLAG_BIN))
9 config FSYNC
10 bool "fsync"
13 usage: fsync [-d] [FILE...]
25 if (((toys.optflags & FLAG_d) ? fdatasync(fd) : fsync(fd)))
mkswap.c 41 fsync(fd);
  /system/core/toolbox/upstream-netbsd/bin/dd/
dd_hostops.c 48 .op_fsync = fsync,
  /external/f2fs-tools/scripts/
spo_test.sh 27 echo Start checking F2FS without fsync
34 echo Start checking F2FS with fsync
56 $F2FS_DIR/stress_test/fsstress/fsstress -z -f link=0 -f mkdir=3 -f mknod=3 -f rmdir=2 -f symlink=3 -f truncate=4 -f write=10 -f creat=10 -f unlink=5 -f rename=5 -f fsync=10 -p 10 -n 10000 -l 0 -d $MNT &
  /external/e2fsprogs/lib/ext2fs/
flushb.c 60 if (fsync (fd) == -1)
  /system/tpm/tpm_manager/server/
tpm_manager-seccomp-amd64.policy 56 fsync: 1
local_data_store_impl.cc 84 // POSIX specifies EINTR as a possible return value of fsync().
85 int result = HANDLE_EINTR(fsync(dir_fd));
  /frameworks/base/core/java/android/os/
FileBridge.java 114 Os.fsync(mTarget);
119 Os.fsync(mTarget);
159 public void fsync() throws IOException { method in class:FileBridge.FileBridgeOutputStream
160 writeCommandAndBlock(CMD_FSYNC, "fsync()");
  /system/core/libdiskconfig/
diskutils.c 103 fsync(dst_fd);
  /external/autotest/client/tests/cgroup/
cgroup_client.py 48 os.fsync(f)
  /external/autotest/client/tests/synctest/src/
synctest.c 16 * Child creates enough dirty data, issues fsync. Parent synchronizes with
17 * child and soon as fsync is issued, dispatches KILL.
113 fsync(fd);
121 /* some sleep so fsync gets started before we kill*/
  /external/f2fs-tools/lib/
libf2fs_io.c 111 * We should call fsync() to flush out all the dirty pages
114 if (fsync(c->fd) < 0)
115 MSG(0, "\tError: Could not conduct fsync!!!\n");
  /external/google-breakpad/src/client/linux/microdump_writer/
microdump_writer_unittest.cc 108 fsync(err_fd);
  /external/pdfium/core/src/fxcrt/
fxcrt_posix.cpp 122 return fsync(m_nFD) > -1;
  /external/toybox/toys/pending/
userdel.c 82 fsync(fileno(newfp));
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/
InstallTask.java 80 mSession.fsync(sessionStream);
  /external/ImageMagick/MagickCore/
nt-base.h 124 #if !defined(fsync)
125 # define fsync _commit macro
  /bootable/recovery/otafault/
ota_io.cpp 170 int status = fsync(fd);
  /development/ndk/platforms/android-12/include/
unistd.h 146 extern int fsync(int);

Completed in 2679 milliseconds

1 2 3 4 5 6 7 8