Home
last modified time | relevance | path

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

/system/core/liblog/include/log/
Dlog_time.h167 static const char default_format[]; member
170 char* strptime(const char* s, const char* format = default_format);
/system/core/liblog/
Dlog_time.cpp26 LIBLOG_ABI_PRIVATE const char log_time::default_format[] = "%m-%d %H:%M:%S.%q"; member in log_time