Home
last modified time | relevance | path

Searched defs:futimesat (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Dutimes.c46 SYS_FUNC(futimesat) in SYS_FUNC() argument
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs2355 pub fn futimesat(fd: ::c_int, path: *const ::c_char, times: *const ::timeval) -> ::c_int; in futimesat() function