Home
last modified time | relevance | path

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

/third_party/ltp/lib/
Dsafe_file_ops.c401 struct timeval cotimes[2]; in safe_touch() local
416 ret = gettimeofday(cotimes, NULL); in safe_touch()
428 cotimes[1] = cotimes[0]; in safe_touch()
430 set_time(cotimes, times, in safe_touch()
432 set_time(cotimes + 1, times + 1, in safe_touch()
435 ret = utimes(pathname, cotimes); in safe_touch()