Home
last modified time | relevance | path

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

/external/qemu/android/utils/
Dtimezone.c244 struct stat ent_st; in scan_timezone_dir() local
256 if ( stat( scan->path, &ent_st ) < 0 ) in scan_timezone_dir()
259 if ( S_ISDIR(ent_st.st_mode) && depth < 2 ) in scan_timezone_dir()
266 else if ( S_ISREG(ent_st.st_mode) && (depth >= 1 && depth <= 2) ) in scan_timezone_dir()