Searched refs:bFolder (Results 1 – 5 of 5) sorted by relevance
52 bool bFolder; in GetNextFile() local54 if (!FX_GetNextFile(pCurHandle, &bsName, &bFolder)) { in GetNextFile()68 if (bFolder) { in GetNextFile()
148 bool* bFolder) { in FX_GetNextFile() argument157 *bFolder = in FX_GetNextFile()172 *bFolder = S_ISDIR(deStat.st_mode); in FX_GetNextFile()
20 bool* bFolder);
367 bool bFolder = false; in ScanPath() local368 while (FX_GetNextFile(handle.get(), &filename, &bFolder)) { in ScanPath()369 if (bFolder) { in ScanPath()381 if (bFolder) in ScanPath()
151 bool bFolder; in ScanPath() local152 while (FX_GetNextFile(handle.get(), &filename, &bFolder)) { in ScanPath()153 if (bFolder) { in ScanPath()171 bFolder ? ScanPath(fullpath) : ScanFile(fullpath); in ScanPath()