Searched refs:bFolder (Results 1 – 5 of 5) sorted by relevance
126 bool bFolder; in ScanPath() local127 while (FX_GetNextFile(handle, &filename, &bFolder)) { in ScanPath()128 if (bFolder) { in ScanPath()146 bFolder ? ScanPath(fullpath) : ScanFile(fullpath); in ScanPath()
428 bool bFolder = false; in ScanPath() local429 while (FX_GetNextFile(handle, &filename, &bFolder)) { in ScanPath()430 if (bFolder) { in ScanPath()442 if (bFolder) in ScanPath()
161 bool* bFolder) { in FX_GetNextFile() argument170 *bFolder = in FX_GetNextFile()183 *bFolder = de->d_type == DT_DIR; in FX_GetNextFile()
44 bool* bFolder);
510 bool bFolder; in GetNextFile() local514 if (!FX_GetNextFile(pCurHandle, &bsName, &bFolder)) { in GetNextFile()528 if (bFolder) { in GetNextFile()