Home
last modified time | relevance | path

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

/system/update_engine/common/
Dmulti_range_http_fetcher.cc95 size_t next_size = length; in ReceivedBytes() local
98 next_size = in ReceivedBytes()
99 std::min(next_size, range.length() - bytes_received_this_range_); in ReceivedBytes()
101 LOG_IF(WARNING, next_size <= 0) << "Asked to write length <= 0"; in ReceivedBytes()
106 if (delegate_ && !delegate_->ReceivedBytes(this, bytes, next_size)) in ReceivedBytes()
/system/libziparchive/
Dlibziparchive_writer_fuzzer.cpp31 const size_t next_size = provider.ConsumeIntegralInRange<size_t>( in LLVMFuzzerTestOneInput() local
33 auto next_buf = provider.ConsumeBytes<uint8_t>(next_size); in LLVMFuzzerTestOneInput()