Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/fs/
Dfs_FileSystem.h85 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()
Dfs_FileSystemBase.h45 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/
Dfs_UserArchive.h65 virtual Result RenameFile(const Path& currentPath, const Path& newPath) = 0;