Searched refs:my_utimes (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c3539 struct timeval my_utimes[4]; local
3607 TIMESPEC_TO_TIMEVAL( &my_utimes[0], &my_sb.st_atimespec );
3608 TIMESPEC_TO_TIMEVAL( &my_utimes[1], &my_sb.st_mtimespec );
3609 my_utimes[0].tv_sec -= 120; /* make access time 2 minutes older */
3610 my_utimes[1].tv_sec -= 120; /* make mod time 2 minutes older */
3612 my_err = utimes( my_pathp, &my_utimes[0] );
3624 TIMESPEC_TO_TIMEVAL( &my_utimes[2], &my_sb.st_atimespec );
3625 TIMESPEC_TO_TIMEVAL( &my_utimes[3], &my_sb.st_mtimespec );
3626 if ( my_utimes[0].tv_sec != my_utimes[
[all...]

Completed in 13 milliseconds