Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/fs/
Dfs_FileSystem.h294 void RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath);
308 void RenameDirectory( const char* currentPath, const char* newPath);
436 inline void RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath) in RenameDirectory() function
438 detail::GetGlobalFileSystemBase().RenameDirectory(currentPath, newPath); in RenameDirectory()
440 inline void RenameDirectory( const char* currentPath, const char* newPath) in RenameDirectory() function
442 detail::GetGlobalFileSystemBase().RenameDirectory(currentPath, newPath); in RenameDirectory()
Dfs_FileSystemBase.h63 void RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath);
64 void RenameDirectory( const char* currentPath, const char* newPath);
233 inline void FileSystemBase::RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath) in RenameDirectory() function
238 inline void FileSystemBase::RenameDirectory( const char* currentPath, const char* newPath) in RenameDirectory() function
/CTR-SDK-0.14.4/include/nn/fs/CTR/MPCore/
Dfs_UserArchive.h63 virtual Result RenameDirectory(const Path& currentPath, const Path& newPath) = 0;
/CTR-SDK-0.14.4/include/nn/fslow/
Dfslow_IArchive.h70 virtual Result RenameDirectory(nn::fs::Transaction transaction, Path oldPath, Path newPath) = 0;
139 …virtual Result RenameDirectory(nn::fs::Transaction, Path, Path) { return nn::fs::ResultUnsupported… in RenameDirectory() function
Dfslow_ArchiveMapFileSystem.h348 Result RenameDirectory(nn::fs::Transaction transaction, Path oldPath, Path newPath) in RenameDirectory() function
377 …NN_UTIL_RETURN_IF_FAILED(acc->RenameDirectory(transaction, GetSelf().GetPathString(Move(oldPath)),… in RenameDirectory()