Home
last modified time | relevance | path

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

/external/ltp/lib/
Dsafe_file_ops.c389 struct timeval cotimes[2]; in safe_touch() local
399 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()