Searched refs:FlushPageCache (Results 1 - 3 of 3) sorted by relevance

/external/stressapptest/src/
H A Dos.h109 virtual bool FlushPageCache(void);
110 // Enable FlushPageCache() to actually do the flush instead of being a NOP.
H A Dos.cc174 // Enable FlushPageCache to be functional instead of a NOP.
181 bool OsLayer::FlushPageCache(void) { function in class:OsLayer
H A Dworker.cc1688 return os_->FlushPageCache(); // If O_DIRECT worked, this will be a NOP.
2873 if (!os_->FlushPageCache()) // If O_DIRECT worked, this will be a NOP.

Completed in 276 milliseconds