Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/fs/
Dfs_FileSystem.h210 void RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath);
220 void RenameDirectory( const char* currentPath, const char* newPath);
328 inline void RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath) in RenameDirectory() function
330 detail::GetGlobalFileSystemBase().RenameDirectory(currentPath, newPath); in RenameDirectory()
332 inline void RenameDirectory( const char* currentPath, const char* newPath) in RenameDirectory() function
334 detail::GetGlobalFileSystemBase().RenameDirectory(currentPath, newPath); in RenameDirectory()
Dfs_FileSystemBase.h59 void RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath);
60 void RenameDirectory( const char* currentPath, const char* newPath);
207 inline void FileSystemBase::RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath) in RenameDirectory() function
212 inline void FileSystemBase::RenameDirectory( const char* currentPath, const char* newPath) in RenameDirectory() function
Dfs_IpcFileSystem.h121 …nn::Result RenameDirectory( nn::fs::Transaction transaction, bit64 currentArchiveHandle, bit32 cur…
/CTR-SDK-0.13.2/include/nn/fs/CTR/MPCore/
Dfs_UserArchive.h61 virtual Result RenameDirectory(const Path& currentPath, const Path& newPath) = 0;
/CTR-SDK-0.13.2/include/nn/fslow/
Dfslow_IArchive.h61 virtual Result RenameDirectory(nn::fs::Transaction transaction, Path oldPath, Path newPath) = 0;
87 …virtual Result RenameDirectory(nn::fs::Transaction, Path, Path) { return nn::fs::ResultUnsupported… in RenameDirectory() function
Dfslow_ArchiveMapFileSystem.h343 Result RenameDirectory(nn::fs::Transaction transaction, Path oldPath, Path newPath) in RenameDirectory() function
373 …NN_UTIL_RETURN_IF_FAILED(acc->RenameDirectory(transaction, GetSelf().GetPathString(Move(oldPath)),… in RenameDirectory()