Home
last modified time | relevance | path

Searched refs:BlockDevice (Results 1 – 11 of 11) sorted by relevance

/wasmtime-44.0.1/crates/wasi/src/p3/filesystem/
H A Dmod.rs259 crate::filesystem::DescriptorType::BlockDevice => Self::BlockDevice, in from()
276 Self::BlockDevice in from()
/wasmtime-44.0.1/crates/wasi/src/p2/host/filesystem/
H A Dsync.rs415 DescriptorType::BlockDevice => Self::BlockDevice, in from()
/wasmtime-44.0.1/crates/wasi/src/p2/host/
H A Dfilesystem.rs614 crate::filesystem::DescriptorType::BlockDevice => Self::BlockDevice, in from()
740 DescriptorType::BlockDevice in descriptortype_from()
/wasmtime-44.0.1/crates/wasi-common/src/
H A Dfile.rs142 BlockDevice, enumerator
/wasmtime-44.0.1/crates/wasi-common/src/sync/
H A Dfile.rs150 FileType::BlockDevice in filetype_from()
/wasmtime-44.0.1/crates/wasi/src/
H A Dfilesystem.rs248 BlockDevice, enumerator
266 DescriptorType::BlockDevice in from()
H A Dp0.rs778 BlockDevice,
H A Dp1.rs1009 filesystem::DescriptorType::BlockDevice => Ok(types::Filetype::BlockDevice), in try_from()
/wasmtime-44.0.1/crates/wasi-common/src/snapshots/
H A Dpreview_1.rs1343 FileType::BlockDevice => types::Filetype::BlockDevice, in from()
H A Dpreview_0.rs233 BlockDevice,
/wasmtime-44.0.1/crates/wasi-preview1-component-adapter/src/
H A Dlib.rs2543 filesystem::DescriptorType::BlockDevice => FILETYPE_BLOCK_DEVICE, in from()