Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DMemoryXz.h45 std::unique_ptr<uint8_t[]> decompressed_data; member
DMemoryXz.cpp234 std::unique_ptr<uint8_t[]> decompressed_data(new uint8_t[block->decompressed_size]); in Decompress() local
/system/update_engine/payload_consumer/
Dbzip_extent_writer_unittest.cc89 brillo::Blob decompressed_data(kDecompressedLength); in TEST_F() local
/system/extras/simpleperf/
Dutils.cpp271 bool XzDecompress(const std::string& compressed_data, std::string* decompressed_data) { in XzDecompress()
Dread_elf.cpp443 std::string decompressed_data; in ParseSymbols() local