Searched refs:Path (Results 1 – 5 of 5) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/fs/CTR/MPCore/ |
| D | fs_UserFileSystem.h | 34 typedef nn::fslow::LowPath<const char*, const wchar_t*> Path; typedef 80 …static Result TryOpenFileRaw(void** pOut, ArchiveHandle archiveHandle, const Path& path, bit32 mod… 81 … TryOpenFileRawDirectly(void** pOut, bit32 archiveType, const Path& archivePath, const Path& path,… 82 static Result TryOpenDirectoryRaw(void** pOut, ArchiveHandle archiveHandle, const Path& path); 83 static Result TryDeleteFileRaw(ArchiveHandle archiveHandle, const Path& path); 84 …Raw(ArchiveHandle currentArchiveHandle, const Path& currentPath, ArchiveHandle newArchiveHandle, c… 85 static Result TryDeleteDirectoryRaw(ArchiveHandle archiveHandle, const Path& path); 86 static Result TryDeleteDirectoryRecursivelyRaw(ArchiveHandle archiveHandle, const Path& path); 87 static Result TryCreateDirectoryRaw(ArchiveHandle archiveHandle, const Path& path); 88 …Raw(ArchiveHandle currentArchiveHandle, const Path& currentPath, ArchiveHandle newArchiveHandle, c…
|
| D | fs_UserArchive.h | 62 virtual Result OpenFile(IFile** pOut, const Path& path, bit32 mode) = 0; 63 virtual Result OpenDirectory(IDirectory** pOut, const Path& path) = 0; 64 virtual Result DeleteFile(const Path& path) = 0; 65 virtual Result RenameFile(const Path& currentPath, const Path& newPath) = 0; 66 virtual Result DeleteDirectory(const Path& path) = 0; 67 virtual Result DeleteDirectoryRecursively(const Path& path) = 0; 68 virtual Result CreateFile(const Path& path, s64 size) = 0; 69 virtual Result CreateDirectory(const Path& path) = 0; 70 virtual Result RenameDirectory(const Path& currentPath, const Path& newPath) = 0;
|
| D | fs_FileBase.h | 113 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path, bit32 mode) in TryInitializeRaw() 118 …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-4.2.5/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()
|