Home
last modified time | relevance | path

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

/aosp12/system/update_engine/
H A Dlibcurl_http_fetcher.cc620 auto should_terminate = !delegate_->ReceivedBytes(this, ptr, payload_size); in LibcurlWrite() local
622 if (should_terminate) { in LibcurlWrite()
/aosp12/system/update_engine/common/
H A Dhttp_fetcher_unittest.cc1338 bool should_terminate = false; in ReceivedBytes() local
1345 should_terminate = true; in ReceivedBytes()
1348 return !should_terminate; in ReceivedBytes()