Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreutils/coreutils
/ stat
Class
stat
src/df.c:281–281 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
279
280
static int
281
automount_stat_err (char const *file, struct stat *st)
282
{
283
int fd = open (file, O_RDONLY | O_NOCTTY | O_NONBLOCK);
284
if (fd < 0)
Callers
5
automount_stat_err
Function · 0.70
filter_mount_list
Function · 0.70
get_dev
Function · 0.70
get_device
Function · 0.70
get_point
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected