Home
last modified time | relevance | path

Searched refs:DEMOFSScanDir (Results 1 – 4 of 4) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/
DdemoFS.h186 s32 DEMOFSScanDir(const char *pSearchPath, const char *pPrefixPath, u32 *pFileCount, u32 MaxFiles, …
/CafeSDK-2.12.13/system/include/cafe/demo/
DdemoFS.h186 s32 DEMOFSScanDir(const char *pSearchPath, const char *pPrefixPath, u32 *pFileCount, u32 MaxFiles, …
/CafeSDK-2.12.13/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.c919 return DEMOFSScanDir(filename, path, pFileCount, maxFiles, ppFileNames); in DEMOGfxScanAssetDir()