Home
last modified time | relevance | path

Searched refs:compressed_data (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_compress.cpp107 std::vector<std::basic_string<uint8_t>>* compressed_data) { in CompressBlocks() argument
108 return CompressBlocks(compression_, block_size_, buffer, num_blocks, compressed_data); in CompressBlocks()
113 std::vector<std::basic_string<uint8_t>>* compressed_data) { in CompressBlocks() argument
126 compressed_data->emplace_back(std::move(data)); in CompressBlocks()
152 bool ret = CompressBlocks(blocks.buffer, blocks.num_blocks, &blocks.compressed_data); in RunThread()
203 std::make_move_iterator(blocks.compressed_data.begin()), in GetCompressedBuffers()
204 std::make_move_iterator(blocks.compressed_data.end())); in GetCompressedBuffers()
/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dcow_writer.h128 std::vector<std::basic_string<uint8_t>>* compressed_data);
135 std::vector<std::basic_string<uint8_t>> compressed_data; member
149 std::vector<std::basic_string<uint8_t>>* compressed_data);