HomeSort by relevance Sort by last modified time
    Searched refs:FSYNC (Results 1 - 4 of 4) sorted by null

  /external/strace/xlat/
open_mode_flags.h 106 #if defined(FSYNC) || (defined(HAVE_DECL_FSYNC) && HAVE_DECL_FSYNC)
107 XLAT(FSYNC),
  /system/extras/tests/sdcard/
testcase.h 46 enum Sync {NO_SYNC, FSYNC, SYNC};
162 StopWatch *mSyncTimer; // Used to time the sync/fsync calls.
testcase.cpp 190 return mSync == NO_SYNC ? "disabled" : (mSync == FSYNC ? "fsync" : "sync");
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);

Completed in 72 milliseconds