Searched refs:timestamp_pattern (Results 1 – 3 of 3) sorted by relevance
33 RE2 timestamp_pattern("\\d{4}-\\d{2}-\\d{2}T[[:^blank:]]*"); in PostProcessOutput() local34 return RE2::GlobalReplace(input, timestamp_pattern, "${TIME}") > 0; in PostProcessOutput()
517 timestamp_pattern = re.compile(521 for ts in timestamp_pattern.findall(update_engine_log)
210 timestamp_pattern = ("[0-9][0-9][0-9][0-9].[0-9][0-9].[0-9][0-9]" +213 self._default_tradefed_base_dir(), timestamp_pattern