Home
last modified time | relevance | path

Searched refs:RenameFile (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-0.14.4/include/nn/fs/
Dfs_FileSystem.h90 void RenameFile( const wchar_t* currentPath, const wchar_t* newPath);
104 void RenameFile( const char* currentPath, const char* newPath);
352 inline void RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile() function
354 detail::GetGlobalFileSystemBase().RenameFile(currentPath, newPath); in RenameFile()
356 inline void RenameFile( const char* currentPath, const char* newPath) in RenameFile() function
358 detail::GetGlobalFileSystemBase().RenameFile(currentPath, newPath); in RenameFile()
Dfs_FileSystemBase.h43 void RenameFile( const wchar_t* currentPath, const wchar_t* newPath);
44 void RenameFile( const char* currentPath, const char* newPath);
121 inline void FileSystemBase::RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile() function
126 inline void FileSystemBase::RenameFile( const char* currentPath, const char* newPath) in RenameFile() function
/CTR-SDK-0.14.4/include/nn/fs/CTR/MPCore/
Dfs_UserArchive.h58 virtual Result RenameFile(const Path& currentPath, const Path& newPath) = 0;
/CTR-SDK-0.14.4/include/nn/fslow/
Dfslow_IArchive.h69 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
Dfslow_ArchiveMapFileSystem.h314 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()