Home
last modified time | relevance | path

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

/system/update_engine/
Dlibcurl_http_fetcher.cc685 int fd_max = 0; in SetupMessageLoopSources() local
690 curl_multi_handle_, &fd_read, &fd_write, &fd_exc, &fd_max), in SetupMessageLoopSources()
697 fd_max = max(fd_max, fd_controller_maps_[t].rbegin()->first); in SetupMessageLoopSources()
704 for (int fd = 0; fd <= fd_max; ++fd) { in SetupMessageLoopSources()