Home
last modified time | relevance | path

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

/aosp12/system/update_engine/payload_consumer/
H A Dbzip_extent_writer_unittest.cc86 brillo::Blob compressed_data(std::begin(kCompressedData), in TEST_F() local
/aosp12/system/unwinding/libunwindstack/
H A 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
/aosp12/system/extras/simpleperf/
H A Dutils.cpp268 bool XzDecompress(const std::string& compressed_data, std::string* decompressed_data) { in XzDecompress()
/aosp12/art/openjdkjvmti/
H A Dti_heap.cc115 uint8_t* compressed_data = str->GetValueCompressed(); in ReportString() local
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc483 std::vector<uint8_t> compressed_data; in Write() local