MCPcopy Create free account
hub / github.com/apache/nuttx / stat

Class stat

tools/configure.c:452–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450static bool check_directory(const char *directory)
451{
452 struct stat buf;
453
454 if (stat(directory, &buf) < 0)
455 {

Callers 5

check_directoryFunction · 0.70
verify_directoryFunction · 0.70
verify_optiondirFunction · 0.70
verify_fileFunction · 0.70
config_searchFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected