Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
450
static bool check_directory(const char *directory)
451
{
452
struct stat buf;
453
454
if (stat(directory, &buf) < 0)
455
{
Callers
5
check_directory
Function · 0.70
verify_directory
Function · 0.70
verify_optiondir
Function · 0.70
verify_file
Function · 0.70
config_search
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected