Home
last modified time | relevance | path

Searched refs:OpenDirectory (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-0.13.2/include/nn/fs/CTR/MPCore/
Dfs_UserArchive.h55 virtual Result OpenDirectory(IDirectory** pOut, const Path& path) = 0;
/CTR-SDK-0.13.2/include/nn/fslow/
Dfslow_ArchiveMapFileSystem.h177 Result OpenDirectory(DirectoryHandle* pOut, Path path) in OpenDirectory() function
194 … NN_UTIL_RETURN_IF_FAILED(acc->OpenDirectory(&directory, GetSelf().GetPathString(Move(path)))); in OpenDirectory()
Dfslow_IArchive.h53 virtual Result OpenDirectory(Directory* pOut, Path path) = 0;
/CTR-SDK-0.13.2/include/nn/fs/
Dfs_IpcFileSystem.h122 …nn::Result OpenDirectory( nn::Handle* pOut, bit64 archiveHandle, bit32 pathType, const bit8 path[]…