Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/fslow/
Dfslow_IArchive.h39 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 CreateDirectory(nn::fs::Transaction transaction, Path path, nn::fs::Attributes attr…
60 virtual Result RenameFile(nn::fs::Transaction transaction, Path oldPath, Path newPath) = 0;
61 virtual Result RenameDirectory(nn::fs::Transaction transaction, Path oldPath, Path newPath) = 0;
[all …]
Dfslow_ArchiveMapFileSystem.h44 typedef typename TFileSystemTypeInfo::Path Path; typedef
90 …Result OpenFile(FileHandle* pOut, nn::fs::Transaction transaction, Path path, bit32 mode, nn::fs::… in OpenFile()
97 …Result OpenFile(FileHandle* pOut, nn::fs::Transaction transaction, Path path, nn::fs::PathMark pat… in OpenFile()
177 Result OpenDirectory(DirectoryHandle* pOut, Path path) in OpenDirectory()
224 Result DeleteFile(nn::fs::Transaction transaction, Path path) in DeleteFile()
245 Result DeleteDirectory(nn::fs::Transaction transaction, Path path) in DeleteDirectory()
266 Result DeleteDirectoryRecursively(nn::fs::Transaction transaction, Path path) in DeleteDirectoryRecursively()
287 … Result CreateDirectory(nn::fs::Transaction transaction, Path path, nn::fs::Attributes attributes) in CreateDirectory()
308 Result RenameFile(nn::fs::Transaction transaction, Path oldPath, Path newPath) in RenameFile()
343 Result RenameDirectory(nn::fs::Transaction transaction, Path oldPath, Path newPath) in RenameDirectory()
[all …]
Dfslow_Common.h38 typedef TPath Path; typedef
/CTR-SDK-0.13.2/include/nn/fs/CTR/MPCore/
Dfs_UserFileSystem.h34 typedef nn::fslow::LowPath<const char*, const wchar_t*> Path; typedef
73 …static Result TryOpenFileRaw(void** pOut, ArchiveHandle archiveHandle, const Path& path, bit32 mod…
74 … TryOpenFileRawDirectly(void** pOut, bit32 archiveType, const Path& archivePath, const Path& path,…
75 static Result TryOpenDirectoryRaw(void** pOut, ArchiveHandle archiveHandle, const Path& path);
76 static Result TryDeleteFileRaw(ArchiveHandle archiveHandle, const Path& path);
77 …Raw(ArchiveHandle currentArchiveHandle, const Path& currentPath, ArchiveHandle newArchiveHandle, c…
78 static Result TryDeleteDirectoryRaw(ArchiveHandle archiveHandle, const Path& path);
79 static Result TryDeleteDirectoryRecursivelyRaw(ArchiveHandle archiveHandle, const Path& path);
80 static Result TryCreateDirectoryRaw(ArchiveHandle archiveHandle, const Path& path);
81 …Raw(ArchiveHandle currentArchiveHandle, const Path& currentPath, ArchiveHandle newArchiveHandle, c…
Dfs_UserArchive.h54 virtual Result OpenFile(IFile** pOut, const Path& path, bit32 mode) = 0;
55 virtual Result OpenDirectory(IDirectory** pOut, const Path& path) = 0;
56 virtual Result DeleteFile(const Path& path) = 0;
57 virtual Result RenameFile(const Path& currentPath, const Path& newPath) = 0;
58 virtual Result DeleteDirectory(const Path& path) = 0;
59 virtual Result DeleteDirectoryRecursively(const Path& path) = 0;
60 virtual Result CreateDirectory(const Path& path) = 0;
61 virtual Result RenameDirectory(const Path& currentPath, const Path& newPath) = 0;
Dfs_FileBase.h85 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path, bit32 mode) in TryInitializeRaw()
90 …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-0.13.2/build/omake/
Dtooldefs.om26 7ZIP = $(get-registry HKEY_LOCAL_MACHINE, SOFTWARE\\7-Zip, Path)$(DIRSEP)7z.exe