Searched refs:ARCHandle (Results 1 – 4 of 4) sorted by relevance
| /NW4C-1.3.3/include/nw/lyt/ |
| D | lyt_Arc.h | 57 } ARCHandle; typedef 61 ARCHandle* handle; 69 ARCHandle* handle; 77 ARCHandle* handle; 84 bool ARCInitHandle(void* arcStart, ARCHandle* handle); 85 bool ARCOpen(ARCHandle* handle, const wchar_t* fileName, ARCFileInfo* af); 86 bool ARCFastOpen(ARCHandle* handle, s32 entrynum, ARCFileInfo* af); 87 s32 ARCConvertPathToEntrynum(ARCHandle* handle, const wchar_t* pathPtr); 88 bool ARCEntrynumIsDir( const ARCHandle * handle, s32 entrynum ); 94 bool ARCChangeDir(ARCHandle* handle, const wchar_t* dirName); [all …]
|
| D | lyt_ArcResourceAccessor.h | 260 ARCHandle m_ArcHandle; 357 ARCHandle* GetArcHandle() in GetArcHandle() 363 ARCHandle m_ArcHandle;
|
| /NW4C-1.3.3/sources/libraries/lyt/ |
| D | lyt_Arc.cpp | 102 bool ARCInitHandle(void* arcStart, ARCHandle* handle) in ARCInitHandle() 127 bool ARCOpen(ARCHandle* handle, const wchar_t* fileName, ARCFileInfo* af) in ARCOpen() 171 bool ARCFastOpen(ARCHandle* handle, s32 entrynum, ARCFileInfo* af) in ARCFastOpen() 230 s32 ARCConvertPathToEntrynum(ARCHandle* handle, const wchar_t* pathPtr) in ARCConvertPathToEntrynum() 343 bool ARCEntrynumIsDir( const ARCHandle * handle, s32 entrynum ) in ARCEntrynumIsDir() 393 static u32 entryToPath(ARCHandle* handle, u32 entry, wchar_t* path, u32 maxlen) in entryToPath() 435 static bool ARCConvertEntrynumToPath(ARCHandle* handle, s32 entrynum, wchar_t* path, u32 maxlen) in ARCConvertEntrynumToPath() 490 bool ARCGetCurrentDir(ARCHandle* handle, wchar_t* path, u32 maxlen) in ARCGetCurrentDir() 500 ARCHandle* handle; in ARCGetStartAddrInMem() 528 bool ARCChangeDir(ARCHandle* handle, const wchar_t* dirName) in ARCChangeDir() [all …]
|
| D | lyt_ArcResourceAccessor.cpp | 103 ARCHandle* pArcHandle, in FindNameResource() 148 ARCHandle* pArcHandle, in GetResourceSub() 414 ARCHandle* pArcHandle = it->GetArcHandle(); in GetResource()
|