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

1 2 3 45 6 7

  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
linux-unistd.h 87 int fsync (int);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 85 int fsync (int);
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
linux-unistd.h 85 int fsync (int);
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
linux-unistd.h 85 int fsync (int);
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
linux-unistd.h 85 int fsync (int);
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
linux-unistd.h 85 int fsync (int);
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
linux-unistd.h 85 int fsync (int);
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/sys/
linux-unistd.h 85 int fsync (int);
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/sys/
linux-unistd.h 85 int fsync (int);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
linux-unistd.h 87 int fsync (int);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
linux-unistd.h 87 int fsync (int);
  /external/chromium/net/base/
file_stream_posix.cc 97 // FlushFile() is a simple wrapper around fsync() that handles EINTR signals and
102 ssize_t res = HANDLE_EINTR(fsync(file));
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_intercept.cc 153 return s_kp->fsync(fd);
  /external/qemu/
cutils.c 124 * fdatasync and have to fall back to fsync.
131 return fsync(fd);
qemu-common.h 103 #define fsync _commit macro
  /libcore/luni/src/main/java/libcore/io/
Os.java 49 public void fsync(FileDescriptor fd) throws ErrnoException; method in interface:Os
Posix.java 52 public native void fsync(FileDescriptor fd) throws ErrnoException; method in class:Posix
  /system/core/gpttool/
gpttool.c 368 fsync(fd);
  /external/chromium_org/base/
platform_file_posix.cc 67 return HANDLE_EINTR(fsync(file));
112 NOTIMPLEMENTED(); // NaCl doesn't implement fsync.
  /libcore/luni/src/main/java/java/nio/
FileChannelImpl.java 206 Libcore.os.fsync(fd);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gzip.py 42 if hasattr(os, 'fsync'):
43 os.fsync(f.fileno())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gzip.py 42 if hasattr(os, 'fsync'):
43 os.fsync(f.fileno())
  /system/extras/tests/sdcard/
sdcard_perf_test.cpp 140 " -s --sync: fsync|sync Use fsync or sync in write test. Default: no sync call.\n"
253 } else if (strcmp("fsync", optarg) == 0) {
254 testCase->setSync(TestCase::FSYNC);
473 if (TestCase::FSYNC == testCase->sync())
476 fsync(fd);
  /external/chromium_org/third_party/leveldatabase/
env_chromium.cc 72 return HANDLE_EINTR(fsync(fildes));
457 if (HANDLE_EINTR(fsync(parent_fd)) != 0) {
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 53 #define fdatasync fsync
56 * http://linux.die.net/man/2/fsync
826 result=fsync(fileno(pFile));
    [all...]

Completed in 1698 milliseconds

1 2 3 45 6 7