Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/include/nn/fs/CTR/MPCore/
Dfs_UserFileSystem.h75 …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…
Dfs_DirectoryBase.h41 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path) in TryInitializeRaw()
Dfs_FileBase.h110 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path, bit32 mode) in TryInitializeRaw()
/CTR-SDK-2.4.0/include/nn/fs/
Dfs_Parameters.h120 typedef nn::util::Int64<bit64, detail::ArchiveHandleTag> ArchiveHandle; typedef