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()
283 struct stat aEntryStatus; in GatherSubDirectories() local287 stat(pEntry->d_name, &aEntryStatus); in GatherSubDirectories()288 if ( ( aEntryStatus.st_mode & S_IFDIR ) == S_IFDIR ) in GatherSubDirectories()