Home
last modified time | relevance | path

Searched refs:GetCompressedBuffers (Results 1 – 4 of 4) sorted by relevance

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_writer.h125 bool GetCompressedBuffers(std::vector<std::vector<uint8_t>>* compressed_buf);
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dcow_compress.cpp294 bool CompressWorker::GetCompressedBuffers(std::vector<std::vector<uint8_t>>* compressed_buf) { in GetCompressedBuffers() function in android::snapshot::CompressWorker
Dwriter_v2.cpp363 if (!worker->GetCompressedBuffers(&compressed_buf_)) { in CompressBlocks()
Dwriter_v3.cpp634 if (!worker->GetCompressedBuffers(&worker_buffers[i])) { in ProcessBlocksWithThreadedCompression()