Home
last modified time | relevance | path

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

/test/vts/runners/host/
Dbase_test.py697 begin_time = logger.epochToLogLineTimestamp(record.begin_time)
728 begin_time = logger.epochToLogLineTimestamp(record.begin_time)
753 begin_time = logger.epochToLogLineTimestamp(record.begin_time)
776 begin_time = logger.epochToLogLineTimestamp(record.begin_time)
797 begin_time = logger.epochToLogLineTimestamp(record.begin_time)
Dlogger.py96 def epochToLogLineTimestamp(epoch_time): function