Home
last modified time | relevance | path

Searched refs:uncompressed_data (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/applypatch/
Dimgdiff.cpp778 std::vector<uint8_t> uncompressed_data(uncompressed_len); in AddZipEntryToChunks() local
779 int ret = ExtractToMemory(handle, entry, uncompressed_data.data(), uncompressed_len); in AddZipEntryToChunks()
786 curr.SetUncompressedData(std::move(uncompressed_data)); in AddZipEntryToChunks()
1288 std::vector<uint8_t> uncompressed_data(allocated); in Initialize() local
1292 strm.next_out = uncompressed_data.data() + uncompressed_len; in Initialize()
1302 uncompressed_data.resize(allocated); in Initialize()
1328 uncompressed_data.resize(uncompressed_len); in Initialize()
1329 body.SetUncompressedData(std::move(uncompressed_data)); in Initialize()