Searched defs:check_timezone_is_zoneinfo (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/utils/
H A Dtimezone.c44 check_timezone_is_zoneinfo(const char* tz) function
70 if ( !check_timezone_is_zoneinfo(tzname) )
90 if (tz == NULL || !check_timezone_is_zoneinfo(tz))
129 if ( !check_timezone_is_zoneinfo(tz) ) {
270 if ( check_timezone_is_zoneinfo( name ) )
299 if ( tz != NULL && !check_timezone_is_zoneinfo(tz) ) {
367 if ( check_timezone_is_zoneinfo( temp + tzdirlen + 1 ) ) {

Completed in 39 milliseconds