Searched refs:dir_stat (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Dutils.cpp956 struct stat dir_stat; local
961 if (stat(path, &dir_stat) == -1 || !S_ISDIR(dir_stat.st_mode)) {

Completed in 259 milliseconds