Searched refs:newPath (Results 1 – 4 of 4) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/fs/ |
| D | fs_FileSystem.h | 85 void RenameFile( const wchar_t* currentPath, const wchar_t* newPath); 96 void RenameFile( const char* currentPath, const char* newPath); 108 Result TryRenameFile( const wchar_t* currentPath, const wchar_t* newPath); 123 Result TryRenameFile( const char* currentPath, const char* newPath); 291 void RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath); 302 void RenameDirectory( const char* currentPath, const char* newPath); 314 Result TryRenameDirectory( const wchar_t* currentPath, const wchar_t* newPath); 329 Result TryRenameDirectory( const char* currentPath, const char* newPath); 350 inline void RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile() argument 352 detail::GetGlobalFileSystemBase().RenameFile(currentPath, newPath); in RenameFile() [all …]
|
| D | fs_FileSystemBase.h | 45 void RenameFile( const wchar_t* currentPath, const wchar_t* newPath); 46 void RenameFile( const char* currentPath, const char* newPath); 47 Result TryRenameFile( const wchar_t* currentPath, const wchar_t* newPath); 48 Result TryRenameFile( const char* currentPath, const char* newPath); 65 void RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath); 66 void RenameDirectory( const char* currentPath, const char* newPath); 67 Result TryRenameDirectory( const wchar_t* currentPath, const wchar_t* newPath); 68 Result TryRenameDirectory( const char* currentPath, const char* newPath); 154 inline void FileSystemBase::RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile() argument 156 NN_ERR_THROW_FATAL_ALL(m_pImpl->TryRenameFile(currentPath, newPath)); in RenameFile() [all …]
|
| /CTR-SDK-4.2.5/include/nn/fs/CTR/MPCore/ |
| D | fs_UserFileSystem.h | 72 static Result TryRenameFile(const wchar_t* currentPath, const wchar_t* newPath); 77 static Result TryRenameDirectory(const wchar_t* currentPath, const wchar_t* newPath); 84 …urrentArchiveHandle, const Path& currentPath, ArchiveHandle newArchiveHandle, const Path& newPath); 88 …urrentArchiveHandle, const Path& currentPath, ArchiveHandle newArchiveHandle, const Path& newPath);
|
| D | fs_UserArchive.h | 65 virtual Result RenameFile(const Path& currentPath, const Path& newPath) = 0; 70 virtual Result RenameDirectory(const Path& currentPath, const Path& newPath) = 0;
|