Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/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.h44 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-2.4.0/include/nn/fs/CTR/MPCore/
Dfs_UserArchive.h58 virtual Result RenameFile(const Path& currentPath, const Path& newPath) = 0;