MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / stat

Class stat

components/lwp/lwp_runtime.c:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 for (size_t i = 0; i < sizeof(init_search_path)/sizeof(init_search_path[0]); i++)
75 {
76 struct stat s;
77 init_path = init_search_path[i];
78 error = stat(init_path, &s);
79 if (error == 0)

Callers 1

lwp_startupFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected