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

/system/core/liblog/
H A Dlog_time.cpp27 LIBLOG_ABI_PRIVATE const timespec log_time::EPOCH = { 0, 0 }; member in class:log_time
138 // No concept of negative time, clamp to EPOCH
140 return *this = EPOCH;
166 // No concept of negative time, clamp to EPOCH
168 return *this = EPOCH;
/system/core/include/log/
H A Dlog_time.h53 static const timespec EPOCH; member in struct:log_time
/system/core/liblog/include/log/
H A Dlog_time.h53 static const timespec EPOCH; member in struct:log_time
/system/core/liblog/include_vndk/log/
H A Dlog_time.h53 static const timespec EPOCH; member in struct:log_time

Completed in 310 milliseconds