Searched refs:bFolder (Results 1 – 5 of 5) sorted by relevance
120 bool* bFolder) { in FX_GetNextFile() argument129 *bFolder = in FX_GetNextFile()139 *bFolder = de->d_type == DT_DIR; in FX_GetNextFile()
32 bool FX_GetNextFile(FX_FileHandle* handle, ByteString* filename, bool* bFolder);
135 bool bFolder; in ScanPath() local136 while (FX_GetNextFile(handle, &filename, &bFolder)) { in ScanPath()137 if (bFolder) { in ScanPath()155 bFolder ? ScanPath(fullpath) : ScanFile(fullpath); in ScanPath()
430 bool bFolder = false; in ScanPath() local431 while (FX_GetNextFile(handle, &filename, &bFolder)) { in ScanPath()432 if (bFolder) { in ScanPath()444 if (bFolder) in ScanPath()
476 bool bFolder; in GetNextFile() local480 if (!FX_GetNextFile(pCurHandle, &bsName, &bFolder)) { in GetNextFile()494 if (bFolder) { in GetNextFile()