| /wasmtime-44.0.1/crates/test-programs/src/bin/ |
| H A D | p1_dir_fd_op_failures.rs | 76 let r = wasip1::fd_datasync(dir_fd); in test_fd_dir_ops()
|
| /wasmtime-44.0.1/crates/wasi/src/ |
| H A D | p0.rs | 30 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 D | p1.rs | 862 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 D | wasi.rs | 109 fn fd_datasync(&mut self, _memory: &mut GuestMemory<'_>, _fd: types::Fd) -> Result<()> { in fd_datasync() method
|
| H A D | typenames.witx | 200 ;;; The right to invoke `fd_datasync`. 204 $fd_datasync
|
| H A D | wasi.witx | 97 (@interface func (export "fd_datasync")
|
| /wasmtime-44.0.1/crates/wasi-common/src/snapshots/ |
| H A D | preview_0.rs | 470 async fn fd_datasync( in fd_datasync() method 475 Snapshot1::fd_datasync(self, memory, fd.into()).await?; in fd_datasync()
|
| H A D | preview_1.rs | 177 async fn fd_datasync( in fd_datasync() method
|
| /wasmtime-44.0.1/crates/wasi/witx/p0/ |
| H A D | typenames.witx | 200 ;;; The right to invoke `fd_datasync`. 204 $fd_datasync
|
| H A D | wasi_unstable.witx | 102 (@interface func (export "fd_datasync")
|
| /wasmtime-44.0.1/crates/wasi/witx/p1/ |
| H A D | typenames.witx | 200 ;;; The right to invoke `fd_datasync`. 204 $fd_datasync
|
| H A D | wasi_snapshot_preview1.witx | 99 (@interface func (export "fd_datasync")
|
| /wasmtime-44.0.1/crates/wasi-common/witx/preview1/ |
| H A D | typenames.witx | 200 ;;; The right to invoke `fd_datasync`. 204 $fd_datasync
|
| H A D | wasi_snapshot_preview1.witx | 99 (@interface func (export "fd_datasync")
|
| /wasmtime-44.0.1/crates/wasi-common/witx/preview0/ |
| H A D | typenames.witx | 200 ;;; The right to invoke `fd_datasync`. 204 $fd_datasync
|
| H A D | wasi_unstable.witx | 102 (@interface func (export "fd_datasync")
|
| /wasmtime-44.0.1/crates/wasi-preview1-component-adapter/src/ |
| H A D | lib.rs | 774 pub unsafe extern "C" fn fd_datasync(fd: Fd) -> Errno { in fd_datasync() function
|