Searched refs:Path (Results 1 – 6 of 6) sorted by relevance
| /CTR-SDK-2.3.4/CTR_SDK/include/nn/fs/CTR/MPCore/ |
| D | fs_UserArchive.h | 55 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;
|
| D | fs_UserFileSystem.h | 34 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…
|
| D | fs_FileBase.h | 110 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()
|
| D | fs_DirectoryBase.h | 41 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path) in TryInitializeRaw()
|
| /CTR-SDK-2.3.4/CTR_SDK/include/nn/fslow/ |
| D | fslow_IArchive.h | 87 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/ |
| D | tooldefs.om | 26 7ZIP = $(get-registry HKEY_LOCAL_MACHINE, SOFTWARE\\7-Zip, Path)$(DIRSEP)7z.exe
|