Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dcow_compress.cpp107 std::vector<std::basic_string<uint8_t>>* compressed_data) { in CompressBlocks()
113 std::vector<std::basic_string<uint8_t>>* compressed_data) { in CompressBlocks()
/system/update_engine/payload_consumer/
Dbzip_extent_writer_unittest.cc83 brillo::Blob compressed_data(std::begin(kCompressedData), in TEST_F() local
/system/unwinding/libunwindstack/
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/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_writer.h135 std::vector<std::basic_string<uint8_t>> compressed_data; member
/system/extras/simpleperf/
Dutils.cpp271 bool XzDecompress(const std::string& compressed_data, std::string* decompressed_data) { in XzDecompress()