MCPcopy Create free account
hub / github.com/boostorg/filesystem / statx

Class statx

config/has_statx.cpp:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15int main()
16{
17 struct statx st;
18 int res = statx(AT_FDCWD, ".", AT_SYMLINK_NOFOLLOW | AT_NO_AUTOMOUNT, STATX_BTIME, &st);
19 st.stx_btime.tv_sec = 1;
20 st.stx_btime.tv_nsec = 10;

Callers 2

mainFunction · 0.70
invoke_statxFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected