Searched defs:currentPath (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-0.14.4/include/nn/fs/ |
| D | fs_FileSystem.h | 352 inline void RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile() 356 inline void RenameFile( const char* currentPath, const char* newPath) in RenameFile() 360 inline Result TryRenameFile( const wchar_t* currentPath, const wchar_t* newPath) in TryRenameFile() 364 inline Result TryRenameFile( const char* currentPath, const char* newPath) in TryRenameFile() 436 inline void RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath) in RenameDirectory() 440 inline void RenameDirectory( const char* currentPath, const char* newPath) in RenameDirectory() 444 inline Result TryRenameDirectory( const wchar_t* currentPath, const wchar_t* newPath) in TryRenameDirectory() 448 inline Result TryRenameDirectory( const char* currentPath, const char* newPath) in TryRenameDirectory()
|
| D | fs_FileSystemBase.h | 121 inline void FileSystemBase::RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile() 126 inline void FileSystemBase::RenameFile( const char* currentPath, const char* newPath) in RenameFile() 133 inline Result FileSystemBase::TryRenameFile( const wchar_t* currentPath, const wchar_t* newPath) in TryRenameFile() 138 inline Result FileSystemBase::TryRenameFile( const char* currentPath, const char* newPath) in TryRenameFile() 233 inline void FileSystemBase::RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath) in RenameDirectory() 238 inline void FileSystemBase::RenameDirectory( const char* currentPath, const char* newPath) in RenameDirectory() 245 inline Result FileSystemBase::TryRenameDirectory( const wchar_t* currentPath, const wchar_t* newPat… in TryRenameDirectory() 250 inline Result FileSystemBase::TryRenameDirectory( const char* currentPath, const char* newPath) in TryRenameDirectory()
|