Searched refs:ArchiveHandle (Results 1 – 4 of 4) sorted by relevance
| /CTR-SDK-2.4.0/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 | 41 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path) in TryInitializeRaw()
|
| D | fs_FileBase.h | 110 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path, bit32 mode) in TryInitializeRaw()
|
| /CTR-SDK-2.4.0/include/nn/fs/ |
| D | fs_Parameters.h | 120 typedef nn::util::Int64<bit64, detail::ArchiveHandleTag> ArchiveHandle; typedef
|