Searched defs:RenameFile (Results 1 – 4 of 4) sorted by relevance
261 inline void RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile() function265 inline void RenameFile( const char* currentPath, const char* newPath) in RenameFile() function
117 inline void FileSystemBase::RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile() function122 inline void FileSystemBase::RenameFile( const char* currentPath, const char* newPath) in RenameFile() function
86 …virtual Result RenameFile(nn::fs::Transaction, Path, Path) { return nn::fs::ResultUnsupportedOpera… in RenameFile() function
308 Result RenameFile(nn::fs::Transaction transaction, Path oldPath, Path newPath) in RenameFile() function