Home
last modified time | relevance | path

Searched defs:sync_data (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/crates/wasi/src/p2/host/filesystem/
H A Dsync.rs35 fn sync_data(&mut self, fd: Resource<sync_filesystem::Descriptor>) -> FsResult<()> { in sync_data() method
/wasmtime-44.0.1/crates/wasi/src/p2/host/
H A Dfilesystem.rs55 async fn sync_data(&mut self, fd: Resource<types::Descriptor>) -> FsResult<()> { in sync_data() method
/wasmtime-44.0.1/crates/wasi/src/
H A Dfilesystem.rs482 pub(crate) async fn sync_data(&self) -> Result<(), ErrorCode> { in sync_data() method
/wasmtime-44.0.1/examples/min-platform/embedding/src/
H A Dwasi.rs667 fn sync_data( in sync_data() method
/wasmtime-44.0.1/crates/wasi/src/p3/filesystem/
H A Dhost.rs592 async fn sync_data<U>( in sync_data() method