Searched refs:cotimes (Results 1 – 1 of 1) sorted by relevance
389 struct timeval cotimes[2]; in safe_touch() local399 ret = gettimeofday(cotimes, NULL); in safe_touch()407 cotimes[1] = cotimes[0]; in safe_touch()409 set_time(cotimes, times, in safe_touch()411 set_time(cotimes + 1, times + 1, in safe_touch()414 ret = utimes(pathname, cotimes); in safe_touch()