Home
last modified time | relevance | path

Searched refs:currentPath (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-0.13.2/include/nn/fs/
Dfs_FileSystem.h76 void RenameFile( const wchar_t* currentPath, const wchar_t* newPath);
86 void RenameFile( const char* currentPath, const char* newPath);
96 Result TryRenameFile( const wchar_t* currentPath, const wchar_t* newPath);
108 Result TryRenameFile( const char* currentPath, const char* newPath);
210 void RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath);
220 void RenameDirectory( const char* currentPath, const char* newPath);
230 Result TryRenameDirectory( const wchar_t* currentPath, const wchar_t* newPath);
242 Result TryRenameDirectory( const char* currentPath, const char* newPath);
261 inline void RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile() argument
263 detail::GetGlobalFileSystemBase().RenameFile(currentPath, newPath); in RenameFile()
[all …]
Dfs_FileSystemBase.h43 void RenameFile( const wchar_t* currentPath, const wchar_t* newPath);
44 void RenameFile( const char* currentPath, const char* newPath);
45 Result TryRenameFile( const wchar_t* currentPath, const wchar_t* newPath);
46 Result TryRenameFile( const char* currentPath, const char* newPath);
59 void RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath);
60 void RenameDirectory( const char* currentPath, const char* newPath);
61 Result TryRenameDirectory( const wchar_t* currentPath, const wchar_t* newPath);
62 Result TryRenameDirectory( const char* currentPath, const char* newPath);
117 inline void FileSystemBase::RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile() argument
119 NN_UTIL_PANIC_IF_FAILED(m_pImpl->TryRenameFile(currentPath, newPath)); in RenameFile()
[all …]
Dfs_IpcFileSystem.h117 …saction, bit64 currentArchiveHandle, bit32 currentPathType, const bit8 currentPath[], size_t curre…
121 …saction, bit64 currentArchiveHandle, bit32 currentPathType, const bit8 currentPath[], size_t curre…
/CTR-SDK-0.13.2/include/nn/fs/CTR/MPCore/
Dfs_UserFileSystem.h66 static Result TryRenameFile(const wchar_t* currentPath, const wchar_t* newPath);
70 static Result TryRenameDirectory(const wchar_t* currentPath, const wchar_t* newPath);
77 …static Result TryRenameFileRaw(ArchiveHandle currentArchiveHandle, const Path& currentPath, Archiv…
81 …static Result TryRenameDirectoryRaw(ArchiveHandle currentArchiveHandle, const Path& currentPath, A…
Dfs_UserArchive.h57 virtual Result RenameFile(const Path& currentPath, const Path& newPath) = 0;
61 virtual Result RenameDirectory(const Path& currentPath, const Path& newPath) = 0;