Home
last modified time | relevance | path

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

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