Searched refs:dirent (Results 1 – 2 of 2) sorted by relevance
| /NW4C-2.0.3/include/nw/lyt/ |
| D | lyt_Arc.h | 211 NW_INLINE bool ARCOpen(ARCHandle* handle, ARCDirEntry* dirent, ARCFileInfo* af) in ARCOpen() argument 213 NW_NULL_ASSERT(dirent); in ARCOpen() 214 return ARCFastOpen(handle, static_cast<s32>(dirent->entryNum), af); in ARCOpen() 417 NW_INLINE bool ARCChangeDir(ARCHandle* handle, ARCDirEntry* dirent) in ARCChangeDir() argument 419 NW_NULL_ASSERT(dirent); in ARCChangeDir() 420 return ARCChangeDir(handle, static_cast<s32>(dirent->entryNum)); in ARCChangeDir() 513 NW_INLINE bool ARCOpenDir(ARCHandle* handle, ARCDirEntry* dirent, ARCDir* dir) in ARCOpenDir() argument 515 NW_NULL_ASSERT(dirent); in ARCOpenDir() 516 return ARCOpenDir(handle, static_cast<s32>(dirent->entryNum), dir); in ARCOpenDir() 546 bool ARCReadDir(ARCDir* dir, ARCDirEntry* dirent); [all …]
|
| /NW4C-2.0.3/sources/libraries/lyt/ |
| D | lyt_Arc.cpp | 687 bool ARCReadDir(ARCDir* dir, ARCDirEntry* dirent) in ARCReadDir() argument 706 dirent->handle = handle; in ARCReadDir() 707 dirent->entryNum = loc; in ARCReadDir() 708 dirent->isDir = entryIsDir(FSTEntries, loc); in ARCReadDir() 709 dirent->name = GetStringPtr(handle->FSTStringStart, stringOff(FSTEntries, loc)); in ARCReadDir() 713 if (dirent->name[0] == '.' && dirent->name[1] == '\0') { in ARCReadDir()
|