Searched defs:o_sync (Results 1 - 1 of 1) sorted by relevance

/system/extras/tests/ext4/
H A Drand_emmc_perf.c50 int o_sync = 0; local
68 o_sync = O_SYNC;
73 if (o_sync && !write_mode) {
74 /* Can only specify o_sync in write mode. Probably doesn't matter,
75 * but clear o_sync if in read mode */
76 o_sync = 0;
86 if ((fd = open(argv[optind + 1], O_RDWR | o_sync)) < 0) {

Completed in 76 milliseconds