Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/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.h64 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/
Dfs_UserArchive.h63 virtual Result RenameDirectory(const Path& currentPath, const Path& newPath) = 0;