Home
last modified time | relevance | path

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

/external/stressapptest/src/
Dos.h109 virtual bool FlushPageCache(void);
Dos.cc181 bool OsLayer::FlushPageCache(void) { in FlushPageCache() function in OsLayer
Dworker.cc1688 return os_->FlushPageCache(); // If O_DIRECT worked, this will be a NOP. in WritePages()
2873 if (!os_->FlushPageCache()) // If O_DIRECT worked, this will be a NOP. in DoWork()