Searched refs:RenameDirectory (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-4.2.8-20130828/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 | 65 void RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath); 66 void RenameDirectory( const char* currentPath, const char* newPath); 266 inline void FileSystemBase::RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath) in RenameDirectory() function 271 inline void FileSystemBase::RenameDirectory( const char* currentPath, const char* newPath) in RenameDirectory() function
|
| /CTR-SDK-4.2.8-20130828/include/nn/fs/CTR/MPCore/ |
| D | fs_UserArchive.h | 70 virtual Result RenameDirectory(const Path& currentPath, const Path& newPath) = 0;
|