MCPcopy 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
280static int
281automount_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_errFunction · 0.70
filter_mount_listFunction · 0.70
get_devFunction · 0.70
get_deviceFunction · 0.70
get_pointFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected