Home
last modified time | relevance | path

Searched refs:Path (Results 1 – 6 of 6) sorted by relevance

/CTR-SDK-2.3.4/CTR_SDK/include/nn/fs/CTR/MPCore/
Dfs_UserArchive.h55 virtual Result OpenFile(IFile** pOut, const Path& path, bit32 mode) = 0;
56 virtual Result OpenDirectory(IDirectory** pOut, const Path& path) = 0;
57 virtual Result DeleteFile(const Path& path) = 0;
58 virtual Result RenameFile(const Path& currentPath, const Path& newPath) = 0;
59 virtual Result DeleteDirectory(const Path& path) = 0;
60 virtual Result DeleteDirectoryRecursively(const Path& path) = 0;
61 virtual Result CreateFile(const Path& path, s64 size) = 0;
62 virtual Result CreateDirectory(const Path& path) = 0;
63 virtual Result RenameDirectory(const Path& currentPath, const Path& newPath) = 0;
Dfs_UserFileSystem.h34 typedef nn::fslow::LowPath<const char*, const wchar_t*> Path; typedef
75 …static Result TryOpenFileRaw(void** pOut, ArchiveHandle archiveHandle, const Path& path, bit32 mod…
76 … TryOpenFileRawDirectly(void** pOut, bit32 archiveType, const Path& archivePath, const Path& path,…
77 static Result TryOpenDirectoryRaw(void** pOut, ArchiveHandle archiveHandle, const Path& path);
78 static Result TryDeleteFileRaw(ArchiveHandle archiveHandle, const Path& path);
79 …Raw(ArchiveHandle currentArchiveHandle, const Path& currentPath, ArchiveHandle newArchiveHandle, c…
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 …Raw(ArchiveHandle currentArchiveHandle, const Path& currentPath, ArchiveHandle newArchiveHandle, c…
Dfs_FileBase.h110 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path, bit32 mode) in TryInitializeRaw()
115 …ctly(bit32 archiveType, const nn::fs::CTR::MPCore::Path& archivePath, const nn::fs::CTR::MPCore::P… in TryInitializeRawDirectly()
Dfs_DirectoryBase.h41 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path) in TryInitializeRaw()
/CTR-SDK-2.3.4/CTR_SDK/include/nn/fslow/
Dfslow_IArchive.h87 template <class Path>
88 static Path GetPathString(Path path) in GetPathString()
90 const typename Path::Char* s = path; in GetPathString()
95 return Path(); in GetPathString()
100 typename Path::Updater u(path); in GetPathString()
106 return Path(); in GetPathString()
/CTR-SDK-2.3.4/CTR_SDK/build/omake_deprecated/
Dtooldefs.om26 7ZIP = $(get-registry HKEY_LOCAL_MACHINE, SOFTWARE\\7-Zip, Path)$(DIRSEP)7z.exe