Home
last modified time | relevance | path

Searched defs:RenameDirectory (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-1.3.0/CTR_SDK/include/nn/fs/
Dfs_FileSystem.h434 inline void RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath) in RenameDirectory() function
438 inline void RenameDirectory( const char* currentPath, const char* newPath) in RenameDirectory() function
Dfs_FileSystemBase.h235 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.3.0/CTR_SDK/include/nn/fslow/
Dfslow_IArchive.h139 …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