OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:io_counter
(Results
1 - 1
of
1
) sorted by null
/system/update_engine/
libcurl_http_fetcher.cc
598
static int
io_counter
= 0;
local
599
io_counter
++;
600
if (
io_counter
% 50 == 0) {
601
LOG(INFO) << "
io_counter
= " <<
io_counter
;
Completed in 51 milliseconds