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

Function main

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

Source from the content-addressed store, hash-verified

13#include <fcntl.h>
14
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;
21}

Callers

nothing calls this directly

Calls 1

statxClass · 0.70

Tested by

no test coverage detected