Searched refs:red_open (Results 1 – 6 of 6) sorted by relevance
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/ |
| A D | File-system-demo.c | 141 lFildes = red_open( cFilePath, RED_O_CREAT | RED_O_TRUNC | RED_O_WRONLY ); in prvCreateDemoFiles() 186 lFildes = red_open( cFilePath, RED_O_CREAT | RED_O_TRUNC | RED_O_WRONLY ); in prvCreateDemoFiles() 233 lFildes = red_open( cFilePath, RED_O_RDONLY ); in prvVerifyDemoFiles() 268 lFildes = red_open( cFilePath, RED_O_RDONLY ); in prvVerifyDemoFiles()
|
| A D | File-Related-CLI-commands.c | 505 lFildes = red_open( pcParameter, RED_O_RDONLY ); in prvTYPECommand() 637 lFildes = red_open( pcFileName, RED_O_WRONLY | RED_O_APPEND | RED_O_CREAT ); in prvAPPENDCommand() 806 lSourceFildes = red_open( pcSourceFile, RED_O_RDONLY ); in prvCOPYCommand() 815 lDestinationFildes = red_open( pcDestinationFile, RED_O_CREAT | RED_O_EXCL | RED_O_WRONLY ); in prvCOPYCommand() 867 lFildes = red_open( pcParameter, RED_O_CREAT | RED_O_EXCL | RED_O_RDWR ); in prvCREATECommand() 1126 lFildes = red_open( pcParameter, RED_O_RDONLY ); in prvSTATCommand()
|
| /FreeRTOS-Plus/Source/Reliance-Edge/include/ |
| A D | redposix.h | 157 int32_t red_open( const char * pszPath,
|
| /FreeRTOS-Plus/Source/Reliance-Edge/tests/posix/ |
| A D | redposixcompat.h | 107 #define open( path, oflag ) red_open( path, oflag )
|
| A D | fsstress.c | 150 #define open( path, oflag ) red_open( MakeFullPath( path ), oflag )
|
| /FreeRTOS-Plus/Source/Reliance-Edge/posix/ |
| A D | posix.c | 827 int32_t red_open( const char * pszPath, in red_open() function
|
Completed in 24 milliseconds