Home
last modified time | relevance | path

Searched refs:DEMOFSScanDir (Results 1 – 4 of 4) 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, …
/CafeSDK-2.12.13-1/system/include/cafe/demo/
DdemoFS.h184 s32 DEMOFSScanDir(const char *pSearchPath, const char *pPrefixPath, u32 *pFileCount, u32 MaxFiles, …
/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() function
431 return DEMOFSScanDir(pPath, pPath, pFileCount, MaxFiles, ppFileNames); in DEMOFSSimpleScanDir()
DdemoGfx.c961 return DEMOFSScanDir(filename, path, pFileCount, maxFiles, ppFileNames); in DEMOGfxScanAssetDir()