Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/fs/
Dfs_FileSystem.h285 void RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath);
296 void RenameDirectory( const char* currentPath, const char* newPath);
428 inline void RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath) in RenameDirectory() function
430 detail::GetGlobalFileSystemBase().RenameDirectory(currentPath, newPath); in RenameDirectory()
432 inline void RenameDirectory( const char* currentPath, const char* newPath) in RenameDirectory() function
434 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-1.0.0/CTR_SDK/include/nn/fs/CTR/MPCore/
Dfs_UserArchive.h63 virtual Result RenameDirectory(const Path& currentPath, const Path& newPath) = 0;
/CTR-SDK-1.0.0/CTR_SDK/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()