Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dtime64.c71 # define GMTIME_R(clock, result) fake_gmtime_r(clock, result)
445 struct tm * fake_gmtime_r(const time_t *clock, struct tm *result) { in fake_gmtime_r() function