Home
last modified time | relevance | path

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

/CTR-SDK-4.2.8-20130828/include/nn/fs/
Dfs_FileSystem.h291 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()
Dfs_FileSystemBase.h65 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/
Dfs_UserArchive.h70 virtual Result RenameDirectory(const Path& currentPath, const Path& newPath) = 0;