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

  /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);
  /external/strace/
file.c 363 #ifdef FSYNC
364 { FSYNC, "FSYNC" },
    [all...]

Completed in 583 milliseconds