Searched refs:ArchiveHandle (Results 1 – 4 of 4) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/fs/CTR/MPCore/ |
| D | fs_UserFileSystem.h | 80 …static Result TryOpenFileRaw(void** pOut, ArchiveHandle archiveHandle, const Path& path, bit32 mod… 82 static Result TryOpenDirectoryRaw(void** pOut, ArchiveHandle archiveHandle, const Path& path); 83 static Result TryDeleteFileRaw(ArchiveHandle archiveHandle, const Path& path); 84 …static Result TryRenameFileRaw(ArchiveHandle currentArchiveHandle, const Path& currentPath, Archiv… 85 static Result TryDeleteDirectoryRaw(ArchiveHandle archiveHandle, const Path& path); 86 static Result TryDeleteDirectoryRecursivelyRaw(ArchiveHandle archiveHandle, const Path& path); 87 static Result TryCreateDirectoryRaw(ArchiveHandle archiveHandle, const Path& path); 88 …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 | 113 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path, bit32 mode) in TryInitializeRaw()
|
| /CTR-SDK-4.2.5/include/nn/fs/ |
| D | fs_Parameters.h | 120 typedef nn::util::Int64<bit64, detail::ArchiveHandleTag> ArchiveHandle; typedef
|