Home
last modified time | relevance | path

Searched refs:red_rename (Results 1 – 5 of 5) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/include/
A Dredposix.h169 int32_t red_rename( const char * pszOldPath,
/FreeRTOS-Plus/Source/Reliance-Edge/tests/posix/
A Dredposixcompat.h112 #define rename( old, new ) red_rename( old, new )
A Dfsstress.c154 #define rename( old, new ) red_rename( MakeFullPath( old ), MakeFullPath( new ) )
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/
A DFile-Related-CLI-commands.c993 lStatus = red_rename( pcSourceFile, pcDestinationFile ); in prvRENAMECommand()
/FreeRTOS-Plus/Source/Reliance-Edge/posix/
A Dposix.c1140 int32_t red_rename( const char * pszOldPath, in red_rename() function

Completed in 36 milliseconds