Home
last modified time | relevance | path

Searched refs:ArchiveHandle (Results 1 – 6 of 6) sorted by relevance

/CTR-SDK-0.14.4/include/nn/fs/CTR/MPCore/
Dfs_UserFileSystem.h75 …static Result TryOpenFileRaw(void** pOut, ArchiveHandle archiveHandle, const Path& path, bit32 mod…
77 static Result TryOpenDirectoryRaw(void** pOut, ArchiveHandle archiveHandle, const Path& path);
78 static Result TryDeleteFileRaw(ArchiveHandle archiveHandle, const Path& path);
79 …static Result TryRenameFileRaw(ArchiveHandle currentArchiveHandle, const Path& currentPath, Archiv…
80 static Result TryDeleteDirectoryRaw(ArchiveHandle archiveHandle, const Path& path);
81 static Result TryDeleteDirectoryRecursivelyRaw(ArchiveHandle archiveHandle, const Path& path);
82 static Result TryCreateDirectoryRaw(ArchiveHandle archiveHandle, const Path& path);
83 …static Result TryRenameDirectoryRaw(ArchiveHandle currentArchiveHandle, const Path& currentPath, A…
Dfs_DirectoryBase.h40 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path) in TryInitializeRaw()
Dfs_FileBase.h111 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path, bit32 mode) in TryInitializeRaw()
/CTR-SDK-0.14.4/include/nn/fslow/
Dfslow_ArchiveMapFileSystem.h47 typedef typename ArchiveHandleTable::Handle ArchiveHandle; typedef
67 ArchiveHandle handle = GetSelf().GetHandleTable().Register(archive); in AddArchive()
82 ArchiveHandle handle; in RemoveArchive()
103 ArchiveHandle handle; in OpenFile()
177 ArchiveHandle handle; in OpenDirectory()
221 ArchiveHandle handle; in DeleteFile()
241 ArchiveHandle handle; in DeleteDirectory()
261 ArchiveHandle handle; in DeleteDirectoryRecursively()
281 ArchiveHandle handle; in CreateFile()
301 ArchiveHandle handle; in CreateDirectory()
[all …]
Dfslow_Common.h48 typedef TArchiveHandle ArchiveHandle; typedef
/CTR-SDK-0.14.4/include/nn/fs/
Dfs_Parameters.h107 typedef nn::util::Int64<bit64, detail::ArchiveHandleTag> ArchiveHandle; typedef