Home
last modified time | relevance | path

Searched defs:Finalize (Results 1 – 12 of 12) sorted by relevance

/system/update_engine/payload_consumer/
Dverity_writer_interface.h44 virtual bool Finalize(FileDescriptor* read_fd, FileDescriptor* write_fd) { in Finalize() function
Dverity_writer_stub.cc39 bool VerityWriterStub::Finalize(FileDescriptorPtr read_fd, in Finalize() function in chromeos_update_engine::VerityWriterStub
Dsnapshot_extent_writer_unittest.cc77 bool Finalize() override { in Finalize() function in chromeos_update_engine::FakeCowWriter
Dverity_writer_android.cc237 bool VerityWriterAndroid::Finalize(FileDescriptor* read_fd, in Finalize() function in chromeos_update_engine::VerityWriterAndroid
/system/core/trusty/confirmationui/
DTrustyConfirmationUI.cpp69 class Finalize { class
74 Finalize(std::function<void()> f) : f_(f) {} in Finalize() function in aidl::android::hardware::confirmationui::__anone52fd07e0111::Finalize
/system/update_engine/common/
Dhash_calculator.cc76 bool HashCalculator::Finalize() { in Finalize() function in chromeos_update_engine::HashCalculator
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dcow_compress.cpp342 void CompressWorker::Finalize() { in Finalize() function in android::snapshot::CompressWorker
Dwriter_v2.cpp505 bool CowWriterV2::Finalize() { in Finalize() function in android::snapshot::CowWriterV2
Dwriter_v3.cpp748 bool CowWriterV3::Finalize() { in Finalize() function in android::snapshot::CowWriterV3
/system/extras/partition_tools/
Dlpadd.cc382 bool SuperHelper::Finalize() { in Finalize() function in SuperHelper
/system/nfc/src/adaptation/
DNfcAdaptation.cc573 void NfcAdaptation::Finalize() { in Finalize() function in NfcAdaptation
/system/update_engine/scripts/update_payload/
Dchecker.py283 def Finalize(self): member in _PayloadReport