Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/fs/CTR/MPCore/
Dfs_UserFileSystem.h73 …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…
Dfs_FileSystemBase.h174 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…
Dfs_DirectoryBase.h41 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path) in TryInitializeRaw()
Dfs_FileBase.h85 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path, bit32 mode) in TryInitializeRaw()
/CTR-SDK-0.13.2/include/nn/fslow/
Dfslow_ArchiveMapFileSystem.h47 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 …]
Dfslow_Common.h48 typedef TArchiveHandle ArchiveHandle; typedef
/CTR-SDK-0.13.2/include/nn/fs/
Dfs_Parameters.h139 typedef nn::util::Int64<bit64, detail::ArchiveHandleTag> ArchiveHandle; typedef