Home
last modified time | relevance | path

Searched refs:NotDirectory (Results 1 – 7 of 7) sorted by relevance

/wasmtime-44.0.1/crates/wasi/src/p3/filesystem/
H A Dmod.rs110 crate::filesystem::ErrorCode::NotDirectory => Self::NotDirectory, in from()
/wasmtime-44.0.1/crates/wasi/src/
H A Dfilesystem.rs220 NotDirectory, enumerator
368 RustixErrno::NOTDIR => ErrorCode::NotDirectory, in from_raw_os_error()
416 Some(Foundation::ERROR_DIRECTORY) => ErrorCode::NotDirectory, in from_raw_os_error()
465 Descriptor::File(_) => Err(ErrorCode::NotDirectory), in dir()
1067 OpenResult::NotDir => Err(ErrorCode::NotDirectory), in open_at()
H A Dp1.rs1055 crate::filesystem::ErrorCode::NotDirectory => types::Errno::Notdir, in from()
1093 filesystem::ErrorCode::NotDirectory => types::Errno::Notdir, in from()
/wasmtime-44.0.1/crates/wasi/src/p2/
H A Dfilesystem.rs36 crate::filesystem::ErrorCode::NotDirectory => Self::NotDirectory, in from()
/wasmtime-44.0.1/crates/wasi/src/p2/host/filesystem/
H A Dsync.rs353 ErrorCode::NotDirectory => Self::NotDirectory, in from()
/wasmtime-44.0.1/crates/wasi/src/p2/host/
H A Dfilesystem.rs638 RustixErrno::NOTDIR => ErrorCode::NotDirectory, in from_raw_os_error()
687 Some(Foundation::ERROR_DIRECTORY) => ErrorCode::NotDirectory, in from_raw_os_error()
/wasmtime-44.0.1/crates/wasi-preview1-component-adapter/src/
H A Dlib.rs2521 filesystem::ErrorCode::NotDirectory => ERRNO_NOTDIR, in from()