Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dwriter_v3.cpp351 size_t compressed_bytes = 0; in ConstructCowOpCompressedBuffers() local
375 op.set_source(next_data_pos_ + compressed_bytes); in ConstructCowOpCompressedBuffers()
380 compressed_bytes += op.data_length; in ConstructCowOpCompressedBuffers()
/system/libziparchive/
Dzip_archive_test.cc998 std::vector<uint8_t> compressed_bytes; member
1003 compressed_bytes.size() + data_descriptor.size(); in GetSize()
1010 std::copy(compressed_bytes.begin(), compressed_bytes.end(), std::back_inserter(*output)); in CopyToOutput()
1101 .compressed_bytes = content, in AddEntry()