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