Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/fs/
Dfs_FileSystem.h350 inline void RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile()
354 inline void RenameFile( const char* currentPath, const char* newPath) in RenameFile()
358 inline Result TryRenameFile( const wchar_t* currentPath, const wchar_t* newPath) in TryRenameFile()
362 inline Result TryRenameFile( const char* currentPath, const char* newPath) in TryRenameFile()
434 inline void RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath) in RenameDirectory()
438 inline void RenameDirectory( const char* currentPath, const char* newPath) in RenameDirectory()
442 inline Result TryRenameDirectory( const wchar_t* currentPath, const wchar_t* newPath) in TryRenameDirectory()
446 inline Result TryRenameDirectory( const char* currentPath, const char* newPath) in TryRenameDirectory()
Dfs_FileSystemBase.h154 inline void FileSystemBase::RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile()
159 inline void FileSystemBase::RenameFile( const char* currentPath, const char* newPath) in RenameFile()
166 inline Result FileSystemBase::TryRenameFile( const wchar_t* currentPath, const wchar_t* newPath) in TryRenameFile()
171 inline Result FileSystemBase::TryRenameFile( const char* currentPath, const char* newPath) in TryRenameFile()
266 inline void FileSystemBase::RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath) in RenameDirectory()
271 inline void FileSystemBase::RenameDirectory( const char* currentPath, const char* newPath) in RenameDirectory()
278 …line Result FileSystemBase::TryRenameDirectory( const wchar_t* currentPath, const wchar_t* newPath) in TryRenameDirectory()
283 inline Result FileSystemBase::TryRenameDirectory( const char* currentPath, const char* newPath) in TryRenameDirectory()