Home
last modified time | relevance | path

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

/system/logging/logcat/
Dlogcat.cpp99 size_t max_count_ = 0; // 0 means "infinite" member in Logcat
709 if (!ParseUint(optarg, &max_count_) || max_count_ < 1) { in Run()
819 if (max_count_ && got_t) { in Run()
822 if (print_it_anyway_ && (!regex_ || !max_count_)) { in Run()
1080 while (!max_count_ || print_count_ < max_count_) { in Run()