Home
last modified time | relevance | path

Searched defs:compressed_data (Results 1 – 10 of 10) sorted by relevance

/system/core/fs_mgr/libsnapshot/tools/
Dcow_benchmark.cpp81 std::vector<uint8_t> compressed_data = in OneShotCompressionTest() local
150 std::vector<uint8_t> compressed_data = compressors[i]->Compress(iter, BLOCK_SZ); in IncrementalCompressionTest() local
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dwriter_v3.h56 std::vector<uint8_t> compressed_data; member
Dcow_compress.cpp214 std::vector<std::vector<uint8_t>>* compressed_data) { in CompressBlocks()
220 std::vector<std::vector<uint8_t>>* compressed_data) { in CompressBlocks()
Dwriter_v3.cpp366 auto& compressed_data = cached_data_.emplace_back(std::move(buffer.compressed_data)); in ConstructCowOpCompressedBuffers() local
/system/unwinding/libunwindstack/
DElfInterface.cpp97 static bool ZlibDecompress(uint8_t* compressed_data, size_t compressed_size, MemoryBuffer* memory) { in ZlibDecompress()
116 static bool ZstdDecompress(uint8_t* compressed_data, size_t compressed_size, MemoryBuffer* memory) { in ZstdDecompress()
129 uint8_t* compressed_data = elf_memory->GetPtr(info.offset); in CreateMemoryFromCompressedSection() local
DMemoryXz.cpp129 std::unique_ptr<uint8_t[]> compressed_data(new (std::nothrow) uint8_t[compressed_size_]); in ReadBlocks() local
224 std::unique_ptr<uint8_t[]> compressed_data(new (std::nothrow) uint8_t[block->compressed_size]); in Decompress() local
/system/update_engine/payload_consumer/
Dbzip_extent_writer_unittest.cc83 brillo::Blob compressed_data(std::begin(kCompressedData), in TEST_F() local
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_writer.h139 std::vector<std::vector<uint8_t>> compressed_data; member
/system/extras/simpleperf/
Dutils.cpp271 bool XzDecompress(const std::string& compressed_data, std::string* decompressed_data) { in XzDecompress()
Drecord_file_writer.cpp207 std::string_view compressed_data = compressor_->GetOutputData(); in WriteAuxTraceRecord() local