Home
last modified time | relevance | path

Searched defs:RenameFile (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fs/
Dfs_FileSystem.h344 inline void RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile() function
348 inline void RenameFile( const char* currentPath, const char* newPath) in RenameFile() function
Dfs_FileSystemBase.h123 inline void FileSystemBase::RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile() function
128 inline void FileSystemBase::RenameFile( const char* currentPath, const char* newPath) in RenameFile() function
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fslow/
Dfslow_IArchive.h138 …virtual Result RenameFile(nn::fs::Transaction, Path, Path) { return nn::fs::ResultUnsupportedOpera… in RenameFile() function
Dfslow_ArchiveMapFileSystem.h314 Result RenameFile(nn::fs::Transaction transaction, Path oldPath, Path newPath) in RenameFile() function