Searched defs:to_timespec (Results 1 – 10 of 10) sorted by relevance
194 pub fn to_timespec(&self) -> Option<libc::timespec> { in to_timespec() method
1321 let to_timespec = |time: Option<SystemTime>| match time { in set_times() localVariable1394 … let to_timespec = |time: Option<SystemTime>| time.map(|time| time.t.to_timespec64()) in set_times() localVariable
1317 let to_timespec = |time: Option<SystemTime>| match time { in set_times() localVariable1390 … let to_timespec = |time: Option<SystemTime>| time.map(|time| time.t.to_timespec64()) in set_times() localVariable