Searched refs:RenameDirectory (Results 1 – 5 of 5) sorted by relevance
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fs/ |
| D | fs_FileSystem.h | 285 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()
|
| D | fs_FileSystemBase.h | 64 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-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fs/CTR/MPCore/ |
| D | fs_UserArchive.h | 63 virtual Result RenameDirectory(const Path& currentPath, const Path& newPath) = 0;
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fslow/ |
| D | fslow_IArchive.h | 70 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
|
| D | fslow_ArchiveMapFileSystem.h | 348 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()
|