Searched refs:dir_stat (Results 1 – 1 of 1) sorted by relevance
3947 struct stat dir_stat; in create_parent_dirs() local3952 if (stat(path, &dir_stat) == -1 || !S_ISDIR(dir_stat.st_mode)) { in create_parent_dirs()