Home
last modified time | relevance | path

Searched refs:MaxFiles (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
DdemoFS.h184 s32 DEMOFSScanDir(const char *pSearchPath, const char *pPrefixPath, u32 *pFileCount, u32 MaxFiles, …
202 s32 DEMOFSSimpleScanDir(const char *pPath, u32 *pFileCount, u32 MaxFiles, char** ppFileNames );
/CafeSDK-2.12.13-1/system/include/cafe/demo/
DdemoFS.h184 s32 DEMOFSScanDir(const char *pSearchPath, const char *pPrefixPath, u32 *pFileCount, u32 MaxFiles, …
202 s32 DEMOFSSimpleScanDir(const char *pPath, u32 *pFileCount, u32 MaxFiles, char** ppFileNames );
/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoFS.c313 s32 DEMOFSScanDir(const char *pSearchPath, const char *pPrefixPath, u32 *pFileCount, u32 MaxFiles, … in DEMOFSScanDir() argument
386 if(fileCount < MaxFiles) in DEMOFSScanDir()
429 s32 DEMOFSSimpleScanDir(const char *pPath, u32 *pFileCount, u32 MaxFiles, char** ppFileNames ) in DEMOFSSimpleScanDir() argument
431 return DEMOFSScanDir(pPath, pPath, pFileCount, MaxFiles, ppFileNames); in DEMOFSSimpleScanDir()