Searched refs:__bionic_get_system_tz (Results 1 – 2 of 2) sorted by relevance
39 extern "C" void __bionic_get_system_tz(char* buf, size_t n);44 void __bionic_get_system_tz(char* buf, size_t n) { in __bionic_get_system_tz() function85 __bionic_get_system_tz(buf, sizeof(buf)); in tzset_unlocked()
427 extern void __bionic_get_system_tz(char* , size_t); in tzloadbody()428 __bionic_get_system_tz(system_tz_name, sizeof(system_tz_name)); in tzloadbody()