Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasi/src/p3/filesystem/
H A Dmod.rs97 crate::filesystem::ErrorCode::FileTooLarge => Self::FileTooLarge, in from()
/wasmtime-44.0.1/crates/wasi/src/p2/
H A Dfilesystem.rs23 crate::filesystem::ErrorCode::FileTooLarge => Self::FileTooLarge, in from()
/wasmtime-44.0.1/crates/wasi/src/p2/host/filesystem/
H A Dsync.rs337 ErrorCode::FileTooLarge => Self::FileTooLarge, in from()
/wasmtime-44.0.1/crates/wasi/src/
H A Dfilesystem.rs194 FileTooLarge, enumerator
372 RustixErrno::FBIG => ErrorCode::FileTooLarge, in from_raw_os_error()
H A Dp1.rs1041 crate::filesystem::ErrorCode::FileTooLarge => types::Errno::Fbig, in from()
1076 filesystem::ErrorCode::FileTooLarge => types::Errno::Fbig, in from()
/wasmtime-44.0.1/crates/wasi/src/p2/host/
H A Dfilesystem.rs642 RustixErrno::FBIG => ErrorCode::FileTooLarge, in from_raw_os_error()
/wasmtime-44.0.1/crates/wasi-preview1-component-adapter/src/
H A Dlib.rs2504 filesystem::ErrorCode::FileTooLarge => ERRNO_FBIG, in from()