Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dbzip_extent_writer_unittest.cc86 brillo::Blob compressed_data(std::begin(kCompressedData), in TEST_F() local
/system/unwinding/libunwindstack/
DMemory.cpp654 std::unique_ptr<uint8_t[]> compressed_data(new (std::nothrow) uint8_t[compressed_size_]); in ReadBlocks() local
749 std::unique_ptr<uint8_t[]> compressed_data(new (std::nothrow) uint8_t[block->compressed_size]); in Decompress() local
/system/extras/simpleperf/
Dutils.cpp268 bool XzDecompress(const std::string& compressed_data, std::string* decompressed_data) { in XzDecompress()