Home
last modified time | relevance | path

Searched defs:EmitZeroBlocks (Results 1 – 3 of 3) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Dsnapshot_writer.cpp109 bool CompressedSnapshotWriter::EmitZeroBlocks(uint64_t new_block_start, uint64_t num_blocks) { in EmitZeroBlocks() function in android::snapshot::CompressedSnapshotWriter
156 bool OnlineKernelSnapshotWriter::EmitZeroBlocks(uint64_t new_block_start, uint64_t num_blocks) { in EmitZeroBlocks() function in android::snapshot::OnlineKernelSnapshotWriter
Dcow_writer.cpp309 bool CowWriter::EmitZeroBlocks(uint64_t new_block_start, uint64_t num_blocks) { in EmitZeroBlocks() function in android::snapshot::CowWriter
/system/update_engine/payload_consumer/
Dsnapshot_extent_writer_unittest.cc59 bool EmitZeroBlocks(uint64_t new_block_start, uint64_t num_blocks) override { in EmitZeroBlocks() function in chromeos_update_engine::FakeCowWriter