Searched refs:ArchiveHandle (Results 1 – 7 of 7) sorted by relevance
| /CTR-SDK-0.13.2/include/nn/fs/CTR/MPCore/ |
| D | fs_UserFileSystem.h | 73 …static Result TryOpenFileRaw(void** pOut, ArchiveHandle archiveHandle, const Path& path, bit32 mod… 75 static Result TryOpenDirectoryRaw(void** pOut, ArchiveHandle archiveHandle, const Path& path); 76 static Result TryDeleteFileRaw(ArchiveHandle archiveHandle, const Path& path); 77 …static Result TryRenameFileRaw(ArchiveHandle currentArchiveHandle, const Path& currentPath, Archiv… 78 static Result TryDeleteDirectoryRaw(ArchiveHandle archiveHandle, const Path& path); 79 static Result TryDeleteDirectoryRecursivelyRaw(ArchiveHandle archiveHandle, const Path& path); 80 static Result TryCreateDirectoryRaw(ArchiveHandle archiveHandle, const Path& path); 81 …static Result TryRenameDirectoryRaw(ArchiveHandle currentArchiveHandle, const Path& currentPath, A…
|
| D | fs_FileSystemBase.h | 174 Result MountExtSaveDataForBossRaw(ArchiveHandle *pOut, nn::fs::MediaType mediaType, nn::fs::ExtSave… 295 ArchiveHandle GetArchiveHandle(const char* path); 296 ArchiveHandle GetArchiveHandle(const wchar_t* path); 298 Result UnmountRaw(ArchiveHandle archiveHandle); 300 Result MountRomRaw(ArchiveHandle* pOut, size_t maxFile, size_t maxDirectory, void* workingMemory, s… 304 Result MountContentRaw(ArchiveHandle* pOut, MediaType mediaType, TitleId titleId, ContentIdx conten… 336 Result MountProgramRaw(ArchiveHandle *pOut, bit64 programHandle); 339 Result MountDataContentRawForSystemMenu(ArchiveHandle *pOut, nn::fs::MediaType media, bit64 program… 343 Result MountSpecialArchiveRaw(ArchiveHandle* pOut, bit32 archiveKind); 345 Result MountExtSaveDataForBossRaw(ArchiveHandle *pOut, nn::fs::MediaType mediaType, nn::fs::ExtSave…
|
| D | fs_DirectoryBase.h | 41 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path) in TryInitializeRaw()
|
| D | fs_FileBase.h | 85 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path, bit32 mode) in TryInitializeRaw()
|
| /CTR-SDK-0.13.2/include/nn/fslow/ |
| D | fslow_ArchiveMapFileSystem.h | 47 typedef typename ArchiveHandleTable::Handle ArchiveHandle; typedef 67 ArchiveHandle handle = GetSelf().GetHandleTable().Register(archive); in AddArchive() 83 ArchiveHandle handle; in RemoveArchive() 104 ArchiveHandle handle; in OpenFile() 184 ArchiveHandle handle; in OpenDirectory() 231 ArchiveHandle handle; in DeleteFile() 252 ArchiveHandle handle; in DeleteDirectory() 273 ArchiveHandle handle; in DeleteDirectoryRecursively() 294 ArchiveHandle handle; in CreateDirectory() 310 ArchiveHandle handle1, handle2; in RenameFile() [all …]
|
| D | fslow_Common.h | 48 typedef TArchiveHandle ArchiveHandle; typedef
|
| /CTR-SDK-0.13.2/include/nn/fs/ |
| D | fs_Parameters.h | 139 typedef nn::util::Int64<bit64, detail::ArchiveHandleTag> ArchiveHandle; typedef
|