Searched refs:statbuf (Results 1 – 1 of 1) sorted by relevance
720 struct stat statbuf; in CleanPriorFiles() local721 if (lstat(path.c_str(), &statbuf) < 0) { in CleanPriorFiles()730 if ((statbuf.st_mode & S_IFMT) != S_IFDIR) { in CleanPriorFiles()769 struct stat statbuf; in CleanPriorFiles() local770 if (stat(path.c_str(), &statbuf) < 0 && errno != ENOENT) { in CleanPriorFiles()776 bool is_directory = (statbuf.st_mode & S_IFMT) == S_IFDIR; in CleanPriorFiles()