Home
last modified time | relevance | path

Searched defs:EPOCH (Results 1 – 4 of 4) sorted by relevance

/system/chre/
DMakefile71 EPOCH=$(shell $(DATE_CMD) --date='2017-01-01' +%s) macro
/system/core/liblog/
Dlog_time.cpp27 const timespec log_time::EPOCH = {0, 0}; member in log_time
/system/core/liblog/include/log/
Dlog_time.h50 static const timespec EPOCH; member
/system/extras/boottime_tools/bootanalyze/
Dbugreport_anayze.py55 EPOCH = datetime.utcfromtimestamp(0) variable