MCPcopy Create free account
hub / github.com/coreutils/coreutils / statx

Class statx

src/ls.c:1206–1206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1204 unsigned int mask)
1205{
1206 struct statx stx;
1207 bool want_btime = mask & STATX_BTIME;
1208 int ret = statx (fd, name, flags | AT_NO_AUTOMOUNT, mask, &stx);
1209 if (ret >= 0)

Callers 1

do_statxFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected