Searched refs:RenameFile (Results 1 – 6 of 6) 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); 261 inline void RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile() function 263 detail::GetGlobalFileSystemBase().RenameFile(currentPath, newPath); in RenameFile() 265 inline void RenameFile( const char* currentPath, const char* newPath) in RenameFile() function 267 detail::GetGlobalFileSystemBase().RenameFile(currentPath, newPath); in RenameFile()
|
| D | fs_FileSystemBase.h | 43 void RenameFile( const wchar_t* currentPath, const wchar_t* newPath); 44 void RenameFile( const char* currentPath, const char* newPath); 117 inline void FileSystemBase::RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile() function 122 inline void FileSystemBase::RenameFile( const char* currentPath, const char* newPath) in RenameFile() function
|
| D | fs_IpcFileSystem.h | 117 …nn::Result RenameFile( nn::fs::Transaction transaction, bit64 currentArchiveHandle, bit32 currentP…
|
| /CTR-SDK-0.13.2/include/nn/fs/CTR/MPCore/ |
| D | fs_UserArchive.h | 57 virtual Result RenameFile(const Path& currentPath, const Path& newPath) = 0;
|
| /CTR-SDK-0.13.2/include/nn/fslow/ |
| D | fslow_IArchive.h | 60 virtual Result RenameFile(nn::fs::Transaction transaction, Path oldPath, Path newPath) = 0; 86 …virtual Result RenameFile(nn::fs::Transaction, Path, Path) { return nn::fs::ResultUnsupportedOpera… in RenameFile() function
|
| D | fslow_ArchiveMapFileSystem.h | 308 Result RenameFile(nn::fs::Transaction transaction, Path oldPath, Path newPath) in RenameFile() function 338 …NN_UTIL_RETURN_IF_FAILED(acc->RenameFile(transaction, GetSelf().GetPathString(Move(oldPath)), GetS… in RenameFile()
|