Home
last modified time | relevance | path

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

/external/autotest/client/cros/
Dpower_suspend.py411 src = cros_logging.strip_timestamp(line)
414 text = cros_logging.strip_timestamp(self._logs[i + 1])
416 text += '\n' + cros_logging.strip_timestamp(
Dcros_logging.py14 def strip_timestamp(msg): function