Searched refs:cotimes (Results 1 – 1 of 1) sorted by relevance
401 struct timeval cotimes[2]; in safe_touch() local416 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()