Home
last modified time | relevance | path

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

/packages/services/Car/tools/watchdog/parser/
Dcarwatchdog_dump_parser.py590 def _is_stats_section_end(line: str) -> bool: function
605 while not _is_stats_section_end(line := lines[idx].rstrip()):
645 while not _is_stats_section_end(line := lines[idx].rstrip()):