Home
last modified time | relevance | path

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

/system/core/logcat/
Dlogcat.cpp98 size_t max_count_ = 0; // 0 means "infinite" member in Logcat
706 if (!ParseUint(optarg, &max_count_) || max_count_ < 1) { in Run()
902 if (max_count_ && got_t) { in Run()
905 if (print_it_anyways_ && (!regex_ || !max_count_)) { in Run()
1157 while (!max_count_ || print_count_ < max_count_) { in Run()