Searched refs:RenameFile (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-2.4.0/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); 350 inline void RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile() function 352 detail::GetGlobalFileSystemBase().RenameFile(currentPath, newPath); in RenameFile() 354 inline void RenameFile( const char* currentPath, const char* newPath) in RenameFile() function 356 detail::GetGlobalFileSystemBase().RenameFile(currentPath, newPath); in RenameFile()
|
| D | fs_FileSystemBase.h | 44 void RenameFile( const wchar_t* currentPath, const wchar_t* newPath); 45 void RenameFile( const char* currentPath, const char* newPath); 123 inline void FileSystemBase::RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile() function 128 inline void FileSystemBase::RenameFile( const char* currentPath, const char* newPath) in RenameFile() function
|
| /CTR-SDK-2.4.0/include/nn/fs/CTR/MPCore/ |
| D | fs_UserArchive.h | 58 virtual Result RenameFile(const Path& currentPath, const Path& newPath) = 0;
|