Home
last modified time | relevance | path

Searched refs:Flush (Results 1 – 25 of 28) sorted by relevance

12

/system/update_engine/
Dmetrics_utils.h95 ~PersistedValue() { Flush(true); } in ~PersistedValue()
106 Flush();
111 Flush();
116 Flush();
121 Flush();
126 Flush();
129 void Flush(bool force = false) {
/system/core/trusty/fuzz/
Dcounters.cpp59 Flush(); in ~ExtraCounters()
70 void ExtraCounters::Flush() { in Flush() function in android::trusty::fuzz::ExtraCounters
/system/update_engine/payload_consumer/
Dcached_file_descriptor.cc75 bool CachedFileDescriptorBase::Flush() { in Flush() function in chromeos_update_engine::CachedFileDescriptorBase
76 return FlushCache() && GetFd()->Flush(); in Flush()
Dfile_descriptor.h93 virtual bool Flush() = 0;
134 bool Flush() override;
Dcached_file_descriptor_unittest.cc89 EXPECT_TRUE(cfd_->Flush()); in TEST_F()
102 EXPECT_TRUE(cfd_->Flush()); in TEST_F()
123 EXPECT_TRUE(cfd_->Flush()); in TEST_F()
Dfec_file_descriptor.h49 bool Flush() override { return true; } in Flush() function
Dcow_writer_file_descriptor.h58 bool Flush() override;
Dfake_file_descriptor.h72 bool Flush() override { return open_; } in Flush() function
Dcached_file_descriptor.h55 bool Flush() override;
Dcow_writer_file_descriptor.cc118 bool CowWriterFileDescriptor::Flush() { in Flush() function in chromeos_update_engine::CowWriterFileDescriptor
Dfile_descriptor.cc133 bool EintrSafeFileDescriptor::Flush() { in Flush() function in chromeos_update_engine::EintrSafeFileDescriptor
Dverity_writer_android.cc132 write_fd_->Flush(); in Compute()
405 write_fd->Flush(); in EncodeFEC()
Dpartition_writer_unittest.cc99 fd->Flush(); in PerformSourceCopyOp()
Dpartition_writer.cc289 target_fd_->Flush(); in CheckpointUpdateProgress()
/system/core/trusty/fuzz/include/trusty/fuzz/
Dcounters.h34 void Flush();
/system/extras/simpleperf/
DJITDebugReader_impl.h58 bool Flush() { in Flush() function
DJITDebugReader_test.cpp48 ASSERT_TRUE(symfile->Flush()); in TEST()
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dsnapshot_reader.h45 bool Flush() override;
Dsnapshot_reader.cpp277 bool CompressedSnapshotReader::Flush() { in Flush() function in android::snapshot::CompressedSnapshotReader
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
Dble_scanner.h65 bool Flush();
Dble_scanner.cc102 bool BleScanner::Flush() { in Flush() function in nearby::BleScanner
299 bool BleScanner::Flush() {
/system/core/fs_mgr/libfiemap/include/libfiemap/
Dsplit_fiemap_writer.h71 bool Flush();
/system/logging/logd/
DSerializedLogEntry.h65 bool Flush(LogWriter* writer, log_id_t log_id) const { in Flush() function
DSerializedLogBuffer.cpp289 if (!reinterpret_cast<SerializedLogEntry*>(entry_copy)->Flush(writer, log_id)) { in FlushTo()
/system/core/fs_mgr/libfiemap/
Dsplit_fiemap_writer.cpp280 bool SplitFiemap::Flush() { in Flush() function in android::fiemap::SplitFiemap

12