Searched refs:dirName (Results 1 – 2 of 2) sorted by relevance
| /NW4C-1.2.23/sources/libraries/lyt/ |
| D | lyt_Arc.cpp | 528 bool ARCChangeDir(ARCHandle* handle, const wchar_t* dirName) in ARCChangeDir() argument 534 NN_ASSERTMSG(dirName, "ARCChangeDir(): null pointer is specified to dirname"); in ARCChangeDir() 536 entry = ARCConvertPathToEntrynum(handle, dirName); in ARCChangeDir() 545 WcsToMbs(chBuf, dirName, BufMax); in ARCChangeDir() 555 NN_ASSERTMSG(entryIsDir(FSTEntries, entry), "ARCChangeDir(): %s is not a directory", dirName ); in ARCChangeDir() 568 bool ARCOpenDir(ARCHandle* handle, const wchar_t* dirName, ARCDir* dir) in ARCOpenDir() argument 574 NN_ASSERTMSG(dirName, "ARCOpenDir(): null pointer is specified to ARCDir"); in ARCOpenDir() 576 entry = ARCConvertPathToEntrynum(handle, dirName); in ARCOpenDir() 585 WcsToMbs(chBuf, dirName, BufMax); in ARCOpenDir() 596 NN_ASSERTMSG( entryIsDir(FSTEntries, entry), "ARCOpenDir(): %s is a regular file", dirName ); in ARCOpenDir()
|
| /NW4C-1.2.23/include/nw/lyt/ |
| D | lyt_Arc.h | 94 bool ARCChangeDir(ARCHandle* handle, const wchar_t* dirName); 97 bool ARCOpenDir(ARCHandle* handle, const wchar_t* dirName, ARCDir* dir);
|