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

/gem5/src/sim/
H A Dsyscall_emul.hh2113 struct timeval hostTimeval[2]; local
2115 hostTimeval[i].tv_sec = TheISA::gtoh((*tp)[i].tv_sec);
2116 hostTimeval[i].tv_usec = TheISA::gtoh((*tp)[i].tv_usec);
2122 int result = utimes(path.c_str(), hostTimeval);

Completed in 18 milliseconds