Home
last modified time | relevance | path

Searched defs:EmitRawBlocks (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_writer.cpp122 bool CompressedSnapshotWriter::EmitRawBlocks(uint64_t new_block_start, const void* data, in EmitRawBlocks() function in android::snapshot::CompressedSnapshotWriter
169 bool OnlineKernelSnapshotWriter::EmitRawBlocks(uint64_t new_block_start, const void* data, in EmitRawBlocks() function in android::snapshot::OnlineKernelSnapshotWriter
/aosp14/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_writer.cpp439 bool CowWriter::EmitRawBlocks(uint64_t new_block_start, const void* data, size_t size) { in EmitRawBlocks() function in android::snapshot::CowWriter