Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Source/Reliance-Edge/include/
A Dredstat.h61 uint16_t st_mode; /**< Mode of file. */ member
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/
A DFile-Related-CLI-commands.c529 if( RED_S_ISDIR( finfo.st_mode ) ) in prvTYPECommand()
1149 if( RED_S_ISDIR( finfo.st_mode ) ) in prvSTATCommand()
1159 ( unsigned long ) finfo.st_ino, ( unsigned ) finfo.st_mode, pcModeString, in prvSTATCommand()
1593 if( RED_S_ISDIR( pxDirent->d_stat.st_mode ) ) in prvCreateFileInfoString()
/FreeRTOS-Plus/Source/Reliance-Edge/posix/
A Dposix.c2340 ret = ModeTypeCheck( InodeStat.st_mode, type ); in UnlinkSub()
2510 uMode = s.st_mode; in FildesOpen()
/FreeRTOS-Plus/Source/Reliance-Edge/tests/posix/
A Dfsstress.c250 else if( !S_ISDIR( s.st_mode ) ) in red_chdir()
902 if( !S_ISDIR( sb.st_mode ) ) in delete_tree()
/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dcore.c1491 pStat->st_mode = ino.pInodeBuf->uMode; in RedCoreStat()

Completed in 25 milliseconds