Searched refs:currentPath (Results 1 – 5 of 5) sorted by relevance
| /CTR-SDK-0.13.2/include/nn/fs/ |
| D | fs_FileSystem.h | 76 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 …]
|
| D | fs_FileSystemBase.h | 43 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 …]
|
| D | fs_IpcFileSystem.h | 117 …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/ |
| D | fs_UserFileSystem.h | 66 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…
|
| D | fs_UserArchive.h | 57 virtual Result RenameFile(const Path& currentPath, const Path& newPath) = 0; 61 virtual Result RenameDirectory(const Path& currentPath, const Path& newPath) = 0;
|