Searched refs:tzdir (Results 1 – 2 of 2) sorted by relevance
/external/qemu/android/utils/ |
D | timezone.c | 306 char* tzdir = NULL; in get_zoneinfo_timezone() local 331 tzdir = strdup(env); in get_zoneinfo_timezone() 335 len = strlen(tzdir); in get_zoneinfo_timezone() 336 if (len > 0 && tzdir[len-1] == '/') { in get_zoneinfo_timezone() 337 tzdir[len-1] = 0; in get_zoneinfo_timezone() 341 D( "%s: found timezone dir as %s\n", __FUNCTION__, tzdir ); in get_zoneinfo_timezone() 348 p = bufprint( p, end, "%s/%s", tzdir, "localtime" ); in get_zoneinfo_timezone() 366 if ( !memcmp( temp, tzdir, tzdirlen ) && temp[tzdirlen] == '/' ) { in get_zoneinfo_timezone() 391 scan->path_root = bufprint( scan->path, scan->path_end, "%s", tzdir ); in get_zoneinfo_timezone() 397 if (tzdir) in get_zoneinfo_timezone() [all …]
|
/external/icu4c/tools/tzcode/ |
D | Makefile.in | 20 TZORIG_TZDIR=./tzorig/tzdir 22 TZORIG_TZDIR_ABS := $(TZORIG_ABS)/tzdir
|