Home
last modified time | relevance | path

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

/external/autotest/server/cros/device_health_profile/
Ddevice_health_profile.py275 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()))
Dprofile_constants.py31 TIME_PATTERN = '%Y-%m-%d %H:%M:%S' variable
/external/autotest/server/cros/storage/
Dstorage_validate_unittest.py57 return time.strftime(profile_constants.TIME_PATTERN, new_time)