Searched refs:ArchiveHandle (Results 1 – 6 of 6) sorted by relevance
| /CTR-SDK-0.14.4/include/nn/fs/CTR/MPCore/ |
| D | fs_UserFileSystem.h | 75 …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…
|
| D | fs_DirectoryBase.h | 40 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path) in TryInitializeRaw()
|
| D | fs_FileBase.h | 111 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path, bit32 mode) in TryInitializeRaw()
|
| /CTR-SDK-0.14.4/include/nn/fslow/ |
| D | fslow_ArchiveMapFileSystem.h | 47 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 …]
|
| D | fslow_Common.h | 48 typedef TArchiveHandle ArchiveHandle; typedef
|
| /CTR-SDK-0.14.4/include/nn/fs/ |
| D | fs_Parameters.h | 107 typedef nn::util::Int64<bit64, detail::ArchiveHandleTag> ArchiveHandle; typedef
|