Home
last modified time | relevance | path

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

/system/update_engine/
Dlibcurl_http_fetcher.cc622 auto should_terminate = !delegate_->ReceivedBytes(this, ptr, payload_size); in LibcurlWrite() local
624 if (should_terminate) { in LibcurlWrite()
/system/update_engine/common/
Dhttp_fetcher_unittest.cc1324 bool should_terminate = false; in ReceivedBytes() local
1331 should_terminate = true; in ReceivedBytes()
1334 return !should_terminate; in ReceivedBytes()