Home
last modified time | relevance | path

Searched refs:DirectoryHandle (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.13.2/include/nn/fslow/
Dfslow_Common.h44 typedef TDirectoryHandle DirectoryHandle; // 後で消す typedef
Dfslow_ArchiveMapFileSystem.h43 typedef typename TFileSystemTypeInfo::DirectoryHandle DirectoryHandle; typedef
177 Result OpenDirectory(DirectoryHandle* pOut, Path path) in OpenDirectory()
196 *pOut = DirectoryHandle(handle, directory); in OpenDirectory()
200 …Result ReadDirectory(s32* pNumEntriesOut, const DirectoryHandle& handle, DirectoryEntry entries[],… in ReadDirectory()
211 Result CloseDirectory(const DirectoryHandle& handle) in CloseDirectory()