Searched refs:TIME_PATTERN (Results 1 – 3 of 3) sorted by relevance
/external/autotest/server/cros/device_health_profile/ |
D | device_health_profile.py | 275 self.get_last_update_time(), TIME_PATTERN))) 287 self.get_enter_current_state_time(), TIME_PATTERN))) 362 return int(time.mktime(time.strptime(last_time, TIME_PATTERN))) 376 return int(time.mktime(time.strptime(last_time, TIME_PATTERN))) 389 return int(time.mktime(time.strptime(last_time, TIME_PATTERN))) 408 time.strftime(TIME_PATTERN, time.localtime())) 416 time.strftime(TIME_PATTERN, time.localtime())) 423 time.strftime(TIME_PATTERN, time.localtime())) 429 time.strftime(TIME_PATTERN, time.localtime())) 488 time.strftime(TIME_PATTERN, time.localtime()))
|
D | profile_constants.py | 31 TIME_PATTERN = '%Y-%m-%d %H:%M:%S' variable
|
/external/autotest/server/cros/storage/ |
D | storage_validate_unittest.py | 57 return time.strftime(profile_constants.TIME_PATTERN, new_time)
|