Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/disk/src/
H A Dzstd.rs227 let mut decompressed_data = Vec::with_capacity(ZSTD_DEFAULT_FRAME_SIZE); in read_at_volatile() localVariable
350 let mut decompressed_data = Vec::with_capacity(ZSTD_DEFAULT_FRAME_SIZE); in read_to_mem() localVariable
/aosp_15_r20/external/bsdiff/
H A Dbrotli_compressor_unittest.cc28 std::vector<uint8_t> decompressed_data(sizeof(kHelloWorld)); in TEST() local
/aosp_15_r20/system/unwinding/libunwindstack/
H A DMemoryXz.h45 std::unique_ptr<uint8_t[]> decompressed_data; member
H A DMemoryXz.cpp234 std::unique_ptr<uint8_t[]> decompressed_data(new uint8_t[block->decompressed_size]); in Decompress() local
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/
H A Ddecompress.rs42 let decompressed_data = match decoder.decode_gzip() { in decompress_kernel() localVariable
/aosp_15_r20/system/update_engine/payload_consumer/
H A Dbzip_extent_writer_unittest.cc89 brillo::Blob decompressed_data(kDecompressedLength); in TEST_F() local
/aosp_15_r20/system/extras/simpleperf/
H A Dutils.cpp271 bool XzDecompress(const std::string& compressed_data, std::string* decompressed_data) { in XzDecompress()
H A Dread_elf.cpp442 std::string decompressed_data; in ParseSymbols() local
/aosp_15_r20/test/vts-testcase/kernel/encryption/
Dfile_based_encryption_tests.cpp1384 std::vector<uint8_t> decompressed_data(kTestFileBytes); in TEST_F() local