Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dtime64.c428 const struct tm *static_result = localtime(clock); in fake_localtime_r() local
432 if( static_result == NULL ) { in fake_localtime_r()
437 memcpy(result, static_result, sizeof(*result)); in fake_localtime_r()
446 const struct tm *static_result = gmtime(clock); in fake_gmtime_r() local
450 if( static_result == NULL ) { in fake_gmtime_r()
455 memcpy(result, static_result, sizeof(*result)); in fake_gmtime_r()