Searched refs:st_size (Results 1 – 6 of 6) sorted by relevance
| /FreeRTOS-Plus/Source/Reliance-Edge/include/ |
| A D | redstat.h | 63 uint64_t st_size; /**< File size in bytes. */ member
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/ |
| A D | File-Related-CLI-commands.c | 1160 … ( unsigned ) finfo.st_nlink, ( unsigned long ) finfo.st_size, ( unsigned long ) finfo.st_blocks ); in prvSTATCommand() 1604 … sprintf( pcBuffer, "%s [%s] [size=%lld]", pxDirent->d_name, pcAttrib, pxDirent->d_stat.st_size ); in prvCreateFileInfoString()
|
| /FreeRTOS-Plus/Source/Reliance-Edge/posix/ |
| A D | posix.c | 1547 pHandle->ullOffset = s.st_size; in red_write() 1746 REDASSERT( s.st_size <= ( uint64_t ) INT64_MAX ); in red_lseek() 1747 llFrom = ( int64_t ) s.st_size; in red_lseek()
|
| /FreeRTOS-Plus/Source/Reliance-Edge/tests/posix/ |
| A D | fsstress.c | 2249 if( stb.st_size == 0 ) in read_f() 2263 off = ( off64_t ) ( lr % stb.st_size ); in read_f() 2469 off = lr % MIN( stb.st_size + ( 1024 * 1024 ), MAXFSIZE ); in truncate_f() 2577 off = ( off64_t ) ( lr % MIN( stb.st_size + ( 1024 * 1024 ), MAXFSIZE ) ); in write_f()
|
| /FreeRTOS-Plus/Source/Reliance-Edge/core/driver/ |
| A D | core.c | 1497 pStat->st_size = ino.pInodeBuf->ullSize; in RedCoreStat()
|
| /FreeRTOS-Plus/Demo/Common/Demo_IP_Protocols/FTP/ |
| A D | FreeRTOS_FTP_server.c | 2629 …Length = snprintf( pcCOMMAND_BUFFER, sizeof( pcCOMMAND_BUFFER ), "213 %lu\r\n", xStatBuf.st_size ); in prvSizeDateFile()
|
Completed in 28 milliseconds