Home
last modified time | relevance | path

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

/support/
A Dtest-container.c412 struct utimbuf times; in copy_one_file() local
433 times.actime = st.st_atime; in copy_one_file()
434 times.modtime = st.st_mtime; in copy_one_file()
435 if (utime (dname, &times) < 0) in copy_one_file()

Completed in 5 milliseconds