Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_ArcResourceAccessor.cpp159 if (-1 != ARCConvertPathToEntrynum(pArcHandle, resRootDir)) in GetResourceSub()
176 if (-1 != ARCConvertPathToEntrynum(pArcHandle, resTypeStr)) in GetResourceSub()
180 entryNum = ARCConvertPathToEntrynum(pArcHandle, name); in GetResourceSub()
Dlyt_Arc.cpp140 entry = ARCConvertPathToEntrynum(handle, fileName); in ARCOpen()
232 s32 ARCConvertPathToEntrynum(ARCHandle* handle, const wchar_t* pathPtr) in ARCConvertPathToEntrynum() function
538 entry = ARCConvertPathToEntrynum(handle, dirName); in ARCChangeDir()
614 entry = ARCConvertPathToEntrynum(handle, dirName); in ARCOpenDir()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Arc.h241 s32 ARCConvertPathToEntrynum(ARCHandle* handle, const wchar_t* pathPtr);