Home
last modified time | relevance | path

Searched defs:decompressed_data (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/unwinding/libunwindstack/
H A DMemoryXz.h46 std::unique_ptr<uint8_t[]> decompressed_data; member
H A DMemory.cpp759 std::unique_ptr<uint8_t[]> decompressed_data(new uint8_t[block->decompressed_size]); in Decompress() local
/aosp12/system/update_engine/payload_consumer/
H A Dbzip_extent_writer_unittest.cc92 brillo::Blob decompressed_data(kDecompressedLength); in TEST_F() local
/aosp12/system/extras/simpleperf/
H A Dutils.cpp268 bool XzDecompress(const std::string& compressed_data, std::string* decompressed_data) { in XzDecompress()