Home
last modified time | relevance | path

Searched refs:st_ctim (Results 1 – 3 of 3) sorted by relevance

/tools/include/nolibc/sys/
A Dstat.h70 buf->st_ctim.tv_sec = statx.stx_ctime.tv_sec; in fstatat()
71 buf->st_ctim.tv_nsec = statx.stx_ctime.tv_nsec; in fstatat()
/tools/include/nolibc/
A Dtypes.h185 union { time_t st_ctime; struct timespec st_ctim; }; /* time of last status change */ member
/tools/testing/selftests/nolibc/
A Dnolibc-test.c935 if (st.st_ctim.tv_sec != st.st_ctime || st.st_ctim.tv_nsec > 1000000000) in test_stat_timestamps()

Completed in 10 milliseconds