Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c9555 struct utimbuf tbuf, *host_tbuf; in _syscall2() local
9563 host_tbuf = &tbuf; in _syscall2()
9565 host_tbuf = NULL; in _syscall2()
9569 ret = get_errno(utime(p, host_tbuf)); in _syscall2()