Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasi/src/p3/filesystem/
H A Dmod.rs239 data_access_timestamp,
248 data_access_timestamp: data_access_timestamp.map(Into::into),
H A Dhost.rs632 data_access_timestamp: NewTimestamp, in set_times()
636 let atim = systemtimespec_from(data_access_timestamp)?; in set_times()
727 data_access_timestamp: NewTimestamp, in set_times_at()
731 let atim = systemtimespec_from(data_access_timestamp)?; in set_times_at()
/wasmtime-44.0.1/crates/wasi/tests/all/p2/
H A Dapi.rs179 data_access_timestamp: Some(wall_clock::Datetime { in p2_api_reactor()
/wasmtime-44.0.1/crates/wasi/src/p2/host/filesystem/
H A Dsync.rs440 data_access_timestamp: other.data_access_timestamp, in from()
/wasmtime-44.0.1/crates/wasi/src/p2/host/
H A Dfilesystem.rs592 data_access_timestamp,
601 data_access_timestamp: data_access_timestamp.map(|t| t.try_into()).transpose()?,
/wasmtime-44.0.1/crates/wasi/src/
H A Dfilesystem.rs292 pub data_access_timestamp: Option<Datetime>, field
311 data_access_timestamp: meta.accessed().map(|t| datetime_from(t.into_std())).ok(), in from()
H A Dp1.rs1595 data_access_timestamp, in fd_filestat_get()
1605 let atim = data_access_timestamp.unwrap_or(zero).try_into()?; in fd_filestat_get()
2072 data_access_timestamp, in path_filestat_get()
2088 let atim = data_access_timestamp.unwrap_or(zero).try_into()?; in path_filestat_get()
/wasmtime-44.0.1/crates/wasi-preview1-component-adapter/src/
H A Dlib.rs981 atim: datetime_to_timestamp(stat.data_access_timestamp), in fd_filestat_get()
1785 atim: datetime_to_timestamp(stat.data_access_timestamp), in path_filestat_get()