Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/fs/
Dfs_FileSystem.h344 inline void RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile()
348 inline void RenameFile( const char* currentPath, const char* newPath) in RenameFile()
352 inline Result TryRenameFile( const wchar_t* currentPath, const wchar_t* newPath) in TryRenameFile()
356 inline Result TryRenameFile( const char* currentPath, const char* newPath) in TryRenameFile()
428 inline void RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath) in RenameDirectory()
432 inline void RenameDirectory( const char* currentPath, const char* newPath) in RenameDirectory()
436 inline Result TryRenameDirectory( const wchar_t* currentPath, const wchar_t* newPath) in TryRenameDirectory()
440 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 inline Result FileSystemBase::TryRenameDirectory( const wchar_t* currentPath, const wchar_t* newPat… in TryRenameDirectory()
252 inline Result FileSystemBase::TryRenameDirectory( const char* currentPath, const char* newPath) in TryRenameDirectory()