Home
last modified time | relevance | path

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

/external/qemu/android/utils/
Dtimezone.c46 const char* slash1 = NULL, *slash2 = NULL; in check_timezone_is_zoneinfo() local
52 slash1 = strchr( tz, '/' ); in check_timezone_is_zoneinfo()
53 if (slash1 == NULL || slash1[1] == 0) in check_timezone_is_zoneinfo()
56 slash2 = strchr( slash1+1, '/'); in check_timezone_is_zoneinfo()