Home
last modified time | relevance | path

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

/aosp12/system/logging/liblog/
H A Dlog_time.cpp25 char* log_time::strptime(const char* s, const char* format) { in strptime() function in log_time
/aosp12/bionic/libc/tzcode/
H A Dstrptime.c117 strptime(const char *buf, const char *fmt, struct tm *tm) in strptime() function
/aosp12/bionic/tests/
H A Dtime_test.cpp267 TEST(time, strptime) { in TEST() argument