Home
last modified time | relevance | path

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

/glibc-2.36/io/
Dstatx_generic.c32 statx_convert_timestamp (struct timespec tv) in statx_convert_timestamp() function
78 .stx_atime = statx_convert_timestamp (st.st_atim), in statx_generic()
79 .stx_ctime = statx_convert_timestamp (st.st_ctim), in statx_generic()
80 .stx_mtime = statx_convert_timestamp (st.st_mtim), in statx_generic()