Searched refs:ARCOpenDir (Results 1 – 4 of 4) sorted by relevance
| /NW4C-2.0.3/include/nw/lyt/ |
| D | lyt_Arc.h | 462 bool ARCOpenDir(ARCHandle* handle, const wchar_t* dirName, ARCDir* dir); 485 bool ARCOpenDir(ARCHandle* handle, s32 entrynum, ARCDir* dir); 513 NW_INLINE bool ARCOpenDir(ARCHandle* handle, ARCDirEntry* dirent, ARCDir* dir) in ARCOpenDir() function 516 return ARCOpenDir(handle, static_cast<s32>(dirent->entryNum), dir); in ARCOpenDir()
|
| /NW4C-2.0.3/sources/libraries/lyt/ |
| D | lyt_ArcUtil.cpp | 59 result = ARCOpenDir(pArcHandle, dirName, pDir); in OpenResourceDir()
|
| D | lyt_Arc.cpp | 606 bool ARCOpenDir(ARCHandle* handle, const wchar_t* dirName, ARCDir* dir) in ARCOpenDir() function 647 bool ARCOpenDir(ARCHandle* handle, s32 entrynum, ARCDir* dir) in ARCOpenDir() function
|
| D | lyt_ArcResourceAccessor.cpp | 112 bool bSuccess = ARCOpenDir(pArcHandle, L".", &dir); in FindNameResource()
|