Searched refs:RenameFile (Results 1 – 5 of 5) sorted by relevance
| /CTR-SDK-1.0.0/CTR_SDK/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); 344 inline void RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile() function 346 detail::GetGlobalFileSystemBase().RenameFile(currentPath, newPath); in RenameFile() 348 inline void RenameFile( const char* currentPath, const char* newPath) in RenameFile() function 350 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-1.0.0/CTR_SDK/include/nn/fs/CTR/MPCore/ |
| D | fs_UserArchive.h | 58 virtual Result RenameFile(const Path& currentPath, const Path& newPath) = 0;
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/fslow/ |
| D | fslow_IArchive.h | 69 virtual Result RenameFile(nn::fs::Transaction transaction, Path oldPath, Path newPath) = 0; 138 …virtual Result RenameFile(nn::fs::Transaction, Path, Path) { return nn::fs::ResultUnsupportedOpera… in RenameFile() function
|
| D | fslow_ArchiveMapFileSystem.h | 314 Result RenameFile(nn::fs::Transaction transaction, Path oldPath, Path newPath) in RenameFile() function 343 …NN_UTIL_RETURN_IF_FAILED(acc->RenameFile(transaction, GetSelf().GetPathString(Move(oldPath)), GetS… in RenameFile()
|