Searched refs:to_time (Results 1 – 3 of 3) sorted by relevance
74 to_time = float(to_match.group(1))80 to_time = self.syslog_to_float(syslog_to)81 return (to_time - from_time)
356 to_time = self._relax_switch_window(to_node_result, "left", window)358 to_time = self._relax_switch_window(362 if from_time and to_time:363 if from_time < to_time:
292 auto to_time = __last_write_time(to, ec); in __copy_file() local294 if (from_time <= to_time) { in __copy_file()