Home
last modified time | relevance | path

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

/external/qemu/android/utils/
Dtimezone.c167 struct stat localtime_st; member
187 if ( st.st_size != scan->localtime_st.st_size ) { in compare_timezone_to_localtime()
188 … D( " size mistmatch (%zd != %zd)\n", (size_t)st.st_size, (size_t)scan->localtime_st.st_size ); in compare_timezone_to_localtime()
383 if ( stat( localtime, &scan->localtime_st ) < 0 ) { in get_zoneinfo_timezone()