Searched refs:RenameDirectory (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-2.4.0/include/nn/fs/ |
| D | fs_FileSystem.h | 291 void RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath); 302 void RenameDirectory( const char* currentPath, const char* newPath); 434 inline void RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath) in RenameDirectory() function 436 detail::GetGlobalFileSystemBase().RenameDirectory(currentPath, newPath); in RenameDirectory() 438 inline void RenameDirectory( const char* currentPath, const char* newPath) in RenameDirectory() function 440 detail::GetGlobalFileSystemBase().RenameDirectory(currentPath, newPath); in RenameDirectory()
|
| D | fs_FileSystemBase.h | 64 void RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath); 65 void RenameDirectory( const char* currentPath, const char* newPath); 235 inline void FileSystemBase::RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath) in RenameDirectory() function 240 inline void FileSystemBase::RenameDirectory( const char* currentPath, const char* newPath) in RenameDirectory() function
|
| /CTR-SDK-2.4.0/include/nn/fs/CTR/MPCore/ |
| D | fs_UserArchive.h | 63 virtual Result RenameDirectory(const Path& currentPath, const Path& newPath) = 0;
|