Searched refs:statbuf (Results 1 – 1 of 1) sorted by relevance
42 struct stat statbuf; in CleanPriorFiles() local43 if (lstat(path.c_str(), &statbuf) < 0) { in CleanPriorFiles()51 if ((statbuf.st_mode & S_IFMT) != S_IFDIR) { in CleanPriorFiles()87 struct stat statbuf; in CleanPriorFiles() local88 if (stat(path.c_str(), &statbuf) < 0) { in CleanPriorFiles()94 bool is_directory = (statbuf.st_mode & S_IFMT) == S_IFDIR; in CleanPriorFiles()