Searched refs:NotPermitted (Results 1 – 9 of 9) sorted by relevance
| /wasmtime-44.0.1/crates/wasi/src/ |
| H A D | filesystem.rs | 228 NotPermitted, enumerator 760 return Err(ErrorCode::NotPermitted); in set_size() 844 return Err(ErrorCode::NotPermitted); in create_directory_at() 856 return Err(ErrorCode::NotPermitted); in stat_at() 878 return Err(ErrorCode::NotPermitted); in set_times_at() 910 return Err(ErrorCode::NotPermitted); in link_at() 913 return Err(ErrorCode::NotPermitted); in link_at() 936 return Err(ErrorCode::NotPermitted); in open_at() 1009 return Err(ErrorCode::NotPermitted); in open_at() 1012 return Err(ErrorCode::NotPermitted); in open_at() [all …]
|
| H A D | p1.rs | 1058 crate::filesystem::ErrorCode::NotPermitted => types::Errno::Perm, in from() 1099 filesystem::ErrorCode::NotPermitted => types::Errno::Perm, in from()
|
| /wasmtime-44.0.1/crates/wasi/src/p2/host/ |
| H A D | filesystem.rs | 113 return Err(ErrorCode::NotPermitted.into()); in read() 150 return Err(ErrorCode::NotPermitted.into()); in write() 166 return Err(ErrorCode::NotPermitted.into()); in read_directory() 631 RustixErrno::PERM => ErrorCode::NotPermitted, in from_raw_os_error() 673 Some(Foundation::ERROR_PRIVILEGE_NOT_HELD) => ErrorCode::NotPermitted, in from_raw_os_error() 709 std::io::ErrorKind::PermissionDenied => ErrorCode::NotPermitted, in from()
|
| /wasmtime-44.0.1/crates/wasi/src/p3/filesystem/ |
| H A D | mod.rs | 114 crate::filesystem::ErrorCode::NotPermitted => Self::NotPermitted, in from()
|
| H A D | host.rs | 507 wasmtime::error::Ok(Err(ErrorCode::NotPermitted)) in read_via_stream() 537 Err(ErrorCode::NotPermitted.into()) in write_via_stream() 564 Err(ErrorCode::NotPermitted.into()) in append_via_stream() 652 Err(ErrorCode::NotPermitted.into()) in read_directory()
|
| /wasmtime-44.0.1/crates/test-programs/src/bin/ |
| H A D | p3_file_write.rs | 113 … matches!(err, ErrorCode::Access | ErrorCode::BadDescriptor | ErrorCode::NotPermitted), in test_file_long_write()
|
| /wasmtime-44.0.1/crates/wasi/src/p2/ |
| H A D | filesystem.rs | 40 crate::filesystem::ErrorCode::NotPermitted => Self::NotPermitted, in from()
|
| /wasmtime-44.0.1/crates/wasi/src/p2/host/filesystem/ |
| H A D | sync.rs | 360 ErrorCode::NotPermitted => Self::NotPermitted, in from()
|
| /wasmtime-44.0.1/crates/wasi-preview1-component-adapter/src/ |
| H A D | lib.rs | 2527 filesystem::ErrorCode::NotPermitted => ERRNO_PERM, in from()
|