Searched refs:Path (Results 1 – 8 of 8) sorted by relevance
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/fslow/ |
| D | fslow_IArchive.h | 39 typedef typename ArchiveTypeInfo::Path Path; typedef 41 …virtual Result OpenFile(File* pOut, nn::fs::Transaction transaction, Path path, bit32 mode, nn::fs… 42 …virtual Result OpenFile(File* pOut, nn::fs::Transaction transaction, Path path, nn::fs::PathMark p… in OpenFile() 53 virtual Result OpenDirectory(Directory* pOut, Path path) = 0; 55 virtual Result DeleteFile(nn::fs::Transaction transaction, Path path) = 0; 56 virtual Result DeleteDirectory(nn::fs::Transaction transaction, Path path) = 0; 57 …virtual Result DeleteDirectoryRecursively(nn::fs::Transaction, Path) { return nn::fs::ResultUnsupp… in DeleteDirectoryRecursively() argument 58 …virtual Result CreateFile(nn::fs::Transaction transaction, Path path, nn::fs::Attributes attribute… in CreateFile() 67 …virtual Result CreateDirectory(nn::fs::Transaction transaction, Path path, nn::fs::Attributes attr… 69 virtual Result RenameFile(nn::fs::Transaction transaction, Path oldPath, Path newPath) = 0; [all …]
|
| D | fslow_ArchiveMapFileSystem.h | 44 typedef typename TFileSystemTypeInfo::Path Path; typedef 89 …Result OpenFile(FileHandle* pOut, nn::fs::Transaction transaction, Path path, bit32 mode, nn::fs::… in OpenFile() 96 …Result OpenFile(FileHandle* pOut, nn::fs::Transaction transaction, Path path, nn::fs::PathMark pat… in OpenFile() 170 Result OpenDirectory(DirectoryHandle* pOut, Path path) in OpenDirectory() 214 Result DeleteFile(nn::fs::Transaction transaction, Path path) in DeleteFile() 234 Result DeleteDirectory(nn::fs::Transaction transaction, Path path) in DeleteDirectory() 254 Result DeleteDirectoryRecursively(nn::fs::Transaction transaction, Path path) in DeleteDirectoryRecursively() 274 …Result CreateFile(nn::fs::Transaction transaction, Path path, nn::fs::Attributes attributes, s64 s… in CreateFile() 294 … Result CreateDirectory(nn::fs::Transaction transaction, Path path, nn::fs::Attributes attributes) in CreateDirectory() 314 Result RenameFile(nn::fs::Transaction transaction, Path oldPath, Path newPath) in RenameFile() [all …]
|
| D | fslow_Common.h | 38 typedef TPath Path; typedef
|
| /CTR-SDK-1.0.0/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 | 115 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path, bit32 mode) in TryInitializeRaw() 120 …ctly(bit32 archiveType, const nn::fs::CTR::MPCore::Path& archivePath, const nn::fs::CTR::MPCore::P… in TryInitializeRawDirectly()
|
| D | fs_DirectoryBase.h | 40 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path) in TryInitializeRaw()
|
| /CTR-SDK-1.0.0/CTR_SDK/build/omake/ |
| D | tooldefs.om | 26 7ZIP = $(get-registry HKEY_LOCAL_MACHINE, SOFTWARE\\7-Zip, Path)$(DIRSEP)7z.exe
|