Searched refs:RenameFile (Results 1 – 3 of 3) 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); 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 | 45 void RenameFile( const wchar_t* currentPath, const wchar_t* newPath); 46 void RenameFile( const char* currentPath, const char* newPath); 154 inline void FileSystemBase::RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile() function 159 inline void FileSystemBase::RenameFile( const char* currentPath, const char* newPath) in RenameFile() function
|
| /CTR-SDK-4.2.5/include/nn/fs/CTR/MPCore/ |
| D | fs_UserArchive.h | 65 virtual Result RenameFile(const Path& currentPath, const Path& newPath) = 0;
|