Searched refs:red_rename (Results 1 – 5 of 5) sorted by relevance
169 int32_t red_rename( const char * pszOldPath,
112 #define rename( old, new ) red_rename( old, new )
154 #define rename( old, new ) red_rename( MakeFullPath( old ), MakeFullPath( new ) )
993 lStatus = red_rename( pcSourceFile, pcDestinationFile ); in prvRENAMECommand()
1140 int32_t red_rename( const char * pszOldPath, in red_rename() function
Completed in 36 milliseconds