Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dcow_writer.cpp351 uLongf dest_len = bound; in Compress() local
352 auto rv = compress2(buffer.get(), &dest_len, reinterpret_cast<const Bytef*>(data), in Compress()
358 return std::basic_string<uint8_t>(buffer.get(), dest_len); in Compress()