Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ stat
Class
stat
components/lwp/lwp_elf.c:215–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
{
214
int ret;
215
struct stat s = { 0 };
216
217
ret = stat(filename, &s);
218
if (ret != 0)
Callers
1
elf_file_length
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected