Searched refs:RegularFile (Results 1 – 14 of 14) sorted by relevance
| /wasmtime-44.0.1/crates/wasi/src/p3/filesystem/ |
| H A D | mod.rs | 263 crate::filesystem::DescriptorType::RegularFile => Self::RegularFile, in from() 280 Self::RegularFile in from()
|
| /wasmtime-44.0.1/crates/test-programs/src/bin/ |
| H A D | p3_readdir.rs | 65 assert!(matches!(entries[0].type_, DescriptorType::RegularFile)); in test_readdir()
|
| /wasmtime-44.0.1/crates/wasi/src/p2/host/filesystem/ |
| H A D | sync.rs | 413 DescriptorType::RegularFile => Self::RegularFile, in from()
|
| /wasmtime-44.0.1/crates/wasi/src/p2/host/ |
| H A D | filesystem.rs | 618 crate::filesystem::DescriptorType::RegularFile => Self::RegularFile, in from() 744 DescriptorType::RegularFile in descriptortype_from()
|
| /wasmtime-44.0.1/crates/wasi-common/src/tokio/ |
| H A D | dir.rs | 217 FileType::RegularFile in readdir()
|
| /wasmtime-44.0.1/crates/wasi-common/src/ |
| H A D | file.rs | 145 RegularFile, enumerator
|
| /wasmtime-44.0.1/crates/wasi-common/src/sync/ |
| H A D | file.rs | 154 FileType::RegularFile in filetype_from()
|
| H A D | dir.rs | 421 FileType::RegularFile in readdir()
|
| /wasmtime-44.0.1/crates/wasi/src/ |
| H A D | filesystem.rs | 256 RegularFile, enumerator 270 DescriptorType::RegularFile in from()
|
| H A D | p0.rs | 780 RegularFile,
|
| H A D | p1.rs | 1007 filesystem::DescriptorType::RegularFile => Ok(types::Filetype::RegularFile), in try_from()
|
| /wasmtime-44.0.1/crates/wasi-common/src/snapshots/ |
| H A D | preview_1.rs | 1345 FileType::RegularFile => types::Filetype::RegularFile, in from()
|
| H A D | preview_0.rs | 235 RegularFile,
|
| /wasmtime-44.0.1/crates/wasi-preview1-component-adapter/src/ |
| H A D | lib.rs | 2541 filesystem::DescriptorType::RegularFile => FILETYPE_REGULAR_FILE, in from()
|