Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_ArcResourceAccessor.cpp157 if (-1 != ARCConvertPathToEntrynum(pArcHandle, resRootDir)) in GetResourceSub()
174 if (-1 != ARCConvertPathToEntrynum(pArcHandle, resTypeStr)) in GetResourceSub()
178 entryNum = ARCConvertPathToEntrynum(pArcHandle, name); in GetResourceSub()
Dlyt_Arc.cpp138 entry = ARCConvertPathToEntrynum(handle, fileName); in ARCOpen()
230 s32 ARCConvertPathToEntrynum(ARCHandle* handle, const wchar_t* pathPtr) in ARCConvertPathToEntrynum() function
536 entry = ARCConvertPathToEntrynum(handle, dirName); in ARCChangeDir()
576 entry = ARCConvertPathToEntrynum(handle, dirName); in ARCOpenDir()
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Arc.h87 s32 ARCConvertPathToEntrynum(ARCHandle* handle, const wchar_t* pathPtr);