Function path_filestat_set_times [src]
Prototype
pub extern "wasi_snapshot_preview1" fn path_filestat_set_times(fd: fd_t, flags: lookupflags_t, path: [*]const u8, path_len: usize, st_atim: timestamp_t, st_mtim: timestamp_t, fstflags: fstflags_t) errno_t
Parameters
fd: fd_t
flags: lookupflags_t
path: [*]const u8
path_len: usize
st_atim: timestamp_t
st_mtim: timestamp_t
fstflags: fstflags_t
Source
pub extern "wasi_snapshot_preview1" fn path_filestat_set_times(fd: fd_t, flags: lookupflags_t, path: [*]const u8, path_len: usize, st_atim: timestamp_t, st_mtim: timestamp_t, fstflags: fstflags_t) errno_t