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

  /external/strace/xlat/
open_mode_flags.h 111 #if defined(FSYNC) || (defined(HAVE_DECL_FSYNC) && HAVE_DECL_FSYNC)
112 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);
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 149 FSYNC = 0x10
213 FSYNC = 0x10
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 551 FSYNC = 0x10
647 FSYNC = 0x10

Completed in 235 milliseconds