Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fslow/
Dfslow_Common.h44 typedef TDirectoryHandle DirectoryHandle; // 後で消す typedef
Dfslow_ArchiveMapFileSystem.h43 typedef typename TFileSystemTypeInfo::DirectoryHandle DirectoryHandle; typedef
170 Result OpenDirectory(DirectoryHandle* pOut, Path path) in OpenDirectory()
188 *pOut = DirectoryHandle(handle, directory); in OpenDirectory()
192 …Result ReadDirectory(s32* pNumEntriesOut, const DirectoryHandle& handle, DirectoryEntry entries[],… in ReadDirectory()
202 Result CloseDirectory(const DirectoryHandle& handle) in CloseDirectory()
426 DirectoryHandle* p; in HasDirectory()