Home
last modified time | relevance | path

Searched defs:to_timespec (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dtime.rs194 pub fn to_timespec(&self) -> Option<libc::timespec> { in to_timespec() method
H A Dfs.rs1321 let to_timespec = |time: Option<SystemTime>| match time { in set_times() localVariable
1394 … let to_timespec = |time: Option<SystemTime>| time.map(|time| time.t.to_timespec64()) in set_times() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dtime.rs194 pub fn to_timespec(&self) -> Option<libc::timespec> { in to_timespec() method
H A Dfs.rs1321 let to_timespec = |time: Option<SystemTime>| match time { in set_times() localVariable
1394 … let to_timespec = |time: Option<SystemTime>| time.map(|time| time.t.to_timespec64()) in set_times() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dtime.rs194 pub fn to_timespec(&self) -> Option<libc::timespec> { in to_timespec() method
H A Dfs.rs1317 let to_timespec = |time: Option<SystemTime>| match time { in set_times() localVariable
1390 … let to_timespec = |time: Option<SystemTime>| time.map(|time| time.t.to_timespec64()) in set_times() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dtime.rs194 pub fn to_timespec(&self) -> Option<libc::timespec> { in to_timespec() method
H A Dfs.rs1317 let to_timespec = |time: Option<SystemTime>| match time { in set_times() localVariable
1390 … let to_timespec = |time: Option<SystemTime>| time.map(|time| time.t.to_timespec64()) in set_times() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dtime.rs194 pub fn to_timespec(&self) -> Option<libc::timespec> { in to_timespec() method
H A Dfs.rs1317 let to_timespec = |time: Option<SystemTime>| match time { in set_times() localVariable
1390 … let to_timespec = |time: Option<SystemTime>| time.map(|time| time.t.to_timespec64()) in set_times() localVariable