Searched defs:RenameFile (Results 1 – 4 of 4) sorted by relevance
344 inline void RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile() function348 inline void RenameFile( const char* currentPath, const char* newPath) in RenameFile() function
123 inline void FileSystemBase::RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile() function128 inline void FileSystemBase::RenameFile( const char* currentPath, const char* newPath) in RenameFile() function
138 …virtual Result RenameFile(nn::fs::Transaction, Path, Path) { return nn::fs::ResultUnsupportedOpera… in RenameFile() function
314 Result RenameFile(nn::fs::Transaction transaction, Path oldPath, Path newPath) in RenameFile() function