Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/fs/
Dfs_FileSystem.h261 inline void RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile()
265 inline void RenameFile( const char* currentPath, const char* newPath) in RenameFile()
269 inline Result TryRenameFile( const wchar_t* currentPath, const wchar_t* newPath) in TryRenameFile()
273 inline Result TryRenameFile( const char* currentPath, const char* newPath) in TryRenameFile()
328 inline void RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath) in RenameDirectory()
332 inline void RenameDirectory( const char* currentPath, const char* newPath) in RenameDirectory()
336 inline Result TryRenameDirectory( const wchar_t* currentPath, const wchar_t* newPath) in TryRenameDirectory()
340 inline Result TryRenameDirectory( const char* currentPath, const char* newPath) in TryRenameDirectory()
Dfs_FileSystemBase.h117 inline void FileSystemBase::RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile()
122 inline void FileSystemBase::RenameFile( const char* currentPath, const char* newPath) in RenameFile()
129 inline Result FileSystemBase::TryRenameFile( const wchar_t* currentPath, const wchar_t* newPath) in TryRenameFile()
134 inline Result FileSystemBase::TryRenameFile( const char* currentPath, const char* newPath) in TryRenameFile()
207 inline void FileSystemBase::RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath) in RenameDirectory()
212 inline void FileSystemBase::RenameDirectory( const char* currentPath, const char* newPath) in RenameDirectory()
219 inline Result FileSystemBase::TryRenameDirectory( const wchar_t* currentPath, const wchar_t* newPat… in TryRenameDirectory()
224 inline Result FileSystemBase::TryRenameDirectory( const char* currentPath, const char* newPath) in TryRenameDirectory()