Searched refs:fileInformation (Results 1 – 4 of 4) sorted by relevance
55 struct stat fileInformation; in rmdirent() local58 if (stat(filePath.c_str(), &fileInformation) != 0) { in rmdirent()62 if ((fileInformation.st_mode & S_IFMT) == S_IFDIR) { in rmdirent()
49 struct stat fileInformation; in CheckDir() local50 if (stat(path.c_str(), &fileInformation) == 0) { in CheckDir()51 if (fileInformation.st_mode & S_IFDIR) { in CheckDir()
110 struct stat fileInformation; in CheckDir() local111 if (stat(path.c_str(), &fileInformation) == 0 && (fileInformation.st_mode & S_IFDIR)) { in CheckDir()
52 struct stat fileInformation; in CheckDir() local53 if (stat(path.c_str(), &fileInformation) == 0) { in CheckDir()54 if (fileInformation.st_mode & S_IFDIR) { in CheckDir()