Home
last modified time | relevance | path

Searched defs:newPath (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-0.14.21/include/nn/fs/
Dfs_FileSystem.h380 inline void RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile()
384 inline void RenameFile( const char* currentPath, const char* newPath) in RenameFile()
388 inline Result TryRenameFile( const wchar_t* currentPath, const wchar_t* newPath) in TryRenameFile()
392 inline Result TryRenameFile( const char* currentPath, const char* newPath) in TryRenameFile()
464 inline void RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath) in RenameDirectory()
468 inline void RenameDirectory( const char* currentPath, const char* newPath) in RenameDirectory()
472 inline Result TryRenameDirectory( const wchar_t* currentPath, const wchar_t* newPath) in TryRenameDirectory()
476 inline Result TryRenameDirectory( const char* currentPath, const char* newPath) in TryRenameDirectory()
Dfs_FileSystemBase.h123 inline void FileSystemBase::RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile()
128 inline void FileSystemBase::RenameFile( const char* currentPath, const char* newPath) in RenameFile()
135 inline Result FileSystemBase::TryRenameFile( const wchar_t* currentPath, const wchar_t* newPath) in TryRenameFile()
140 inline Result FileSystemBase::TryRenameFile( const char* currentPath, const char* newPath) in TryRenameFile()
235 inline void FileSystemBase::RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath) in RenameDirectory()
240 inline void FileSystemBase::RenameDirectory( const char* currentPath, const char* newPath) in RenameDirectory()
247 …line Result FileSystemBase::TryRenameDirectory( const wchar_t* currentPath, const wchar_t* newPath) in TryRenameDirectory()
252 inline Result FileSystemBase::TryRenameDirectory( const char* currentPath, const char* newPath) in TryRenameDirectory()
/CTR-SDK-0.14.21/include/nn/fslow/
Dfslow_ArchiveMapFileSystem.h314 Result RenameFile(nn::fs::Transaction transaction, Path oldPath, Path newPath) in RenameFile()
348 Result RenameDirectory(nn::fs::Transaction transaction, Path oldPath, Path newPath) in RenameDirectory()