Home
last modified time | relevance | path

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

/aosp12/system/update_engine/payload_consumer/
H A 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
H A Dcached_file_descriptor.h64 bool FlushCache();
/aosp12/packages/modules/DnsResolver/tests/
H A Dresolv_cache_unit_test.cpp740 TEST_F(ResolvCacheTest, FlushCache) { in TEST_F() argument