Searched refs:aEntryStatus (Results 1 – 2 of 2) sorted by relevance
254 struct stat aEntryStatus; in GetContainedDirectories() local261 stat(sNew.c_str(), &aEntryStatus); in GetContainedDirectories()262 if ( (aEntryStatus.st_mode & S_IFDIR) == S_IFDIR in GetContainedDirectories()287 struct stat aEntryStatus; in GetContainedFiles() local294 stat(sNew.c_str(), &aEntryStatus); in GetContainedFiles()295 if ( (aEntryStatus.st_mode & S_IFDIR) == S_IFDIR ) in GetContainedFiles()
288 struct stat aEntryStatus; in GatherSubDirectories() local292 stat(pEntry->d_name, &aEntryStatus); in GatherSubDirectories()293 if ( ( aEntryStatus.st_mode & S_IFDIR ) == S_IFDIR ) in GatherSubDirectories()
Completed in 21 milliseconds