Home
last modified time | relevance | path

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

/system/chre/
DMakefile78 EPOCH=$(shell $(DATE_CMD) --date='2017-01-01' +%s) macro
/system/logging/liblog/include/log/
Dlog_time.h40 static constexpr timespec EPOCH = {0, 0}; member
/system/extras/boottime_tools/bootanalyze/
Dbugreport_anayze.py55 EPOCH = datetime.utcfromtimestamp(0) variable