Home
last modified time | relevance | path

Searched refs:fd_datasync (Results 1 – 17 of 17) sorted by relevance

/wasmtime-44.0.1/crates/test-programs/src/bin/
H A Dp1_dir_fd_op_failures.rs76 let r = wasip1::fd_datasync(dir_fd); in test_fd_dir_ops()
/wasmtime-44.0.1/crates/wasi/src/
H A Dp0.rs30 fd_advise, fd_close, fd_datasync, fd_fdstat_get, fd_filestat_get, fd_filestat_set_size,
49 … fd_advise, fd_close, fd_datasync, fd_fdstat_get, fd_filestat_get, fd_filestat_set_size,
159 async fn fd_datasync( in fd_datasync() method
164 Snapshot1::fd_datasync(self, memory, fd.into()).await?; in fd_datasync()
H A Dp1.rs862 fd_advise, fd_close, fd_datasync, fd_fdstat_get, fd_filestat_get, fd_filestat_set_size,
881 … fd_advise, fd_close, fd_datasync, fd_fdstat_get, fd_filestat_get, fd_filestat_set_size,
1392 async fn fd_datasync( in fd_datasync() method
/wasmtime-44.0.1/crates/wiggle/tests/
H A Dwasi.rs109 fn fd_datasync(&mut self, _memory: &mut GuestMemory<'_>, _fd: types::Fd) -> Result<()> { in fd_datasync() method
H A Dtypenames.witx200 ;;; The right to invoke `fd_datasync`.
204 $fd_datasync
H A Dwasi.witx97 (@interface func (export "fd_datasync")
/wasmtime-44.0.1/crates/wasi-common/src/snapshots/
H A Dpreview_0.rs470 async fn fd_datasync( in fd_datasync() method
475 Snapshot1::fd_datasync(self, memory, fd.into()).await?; in fd_datasync()
H A Dpreview_1.rs177 async fn fd_datasync( in fd_datasync() method
/wasmtime-44.0.1/crates/wasi/witx/p0/
H A Dtypenames.witx200 ;;; The right to invoke `fd_datasync`.
204 $fd_datasync
H A Dwasi_unstable.witx102 (@interface func (export "fd_datasync")
/wasmtime-44.0.1/crates/wasi/witx/p1/
H A Dtypenames.witx200 ;;; The right to invoke `fd_datasync`.
204 $fd_datasync
H A Dwasi_snapshot_preview1.witx99 (@interface func (export "fd_datasync")
/wasmtime-44.0.1/crates/wasi-common/witx/preview1/
H A Dtypenames.witx200 ;;; The right to invoke `fd_datasync`.
204 $fd_datasync
H A Dwasi_snapshot_preview1.witx99 (@interface func (export "fd_datasync")
/wasmtime-44.0.1/crates/wasi-common/witx/preview0/
H A Dtypenames.witx200 ;;; The right to invoke `fd_datasync`.
204 $fd_datasync
H A Dwasi_unstable.witx102 (@interface func (export "fd_datasync")
/wasmtime-44.0.1/crates/wasi-preview1-component-adapter/src/
H A Dlib.rs774 pub unsafe extern "C" fn fd_datasync(fd: Fd) -> Errno { in fd_datasync() function