Home
last modified time | relevance | path

Searched refs:FlushCache (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/payload_consumer/
Dcached_file_descriptor.cc39 if (!FlushCache()) { in Seek()
66 if (!FlushCache()) { in Write()
76 return FlushCache() && fd_->Flush(); in Flush()
81 return FlushCache() && fd_->Close(); in Close()
84 bool CachedFileDescriptor::FlushCache() { in FlushCache() function in chromeos_update_engine::CachedFileDescriptor
Dcached_file_descriptor.h64 bool FlushCache();