Searched refs:MetadataHashValue (Results 1 – 6 of 6) sorted by relevance
| /wasmtime-44.0.1/crates/wasi/src/p3/filesystem/ |
| H A D | mod.rs | 225 impl From<crate::filesystem::MetadataHashValue> for types::MetadataHashValue { implementation 227 crate::filesystem::MetadataHashValue { lower, upper }: crate::filesystem::MetadataHashValue,
|
| H A D | host.rs | 5 Filesize, MetadataHashValue, NewTimestamp, OpenFlags, PathFlags, 849 ) -> FilesystemResult<MetadataHashValue> { in metadata_hash() argument 860 ) -> FilesystemResult<MetadataHashValue> { in metadata_hash_at() argument
|
| /wasmtime-44.0.1/crates/wasi/src/ |
| H A D | filesystem.rs | 320 pub(crate) struct MetadataHashValue { struct 327 impl From<&cap_std::fs::Metadata> for MetadataHashValue { argument 639 MetadataHashValue::from(&meta_a).upper, in is_same_object() 640 MetadataHashValue::from(&meta_b).upper, in is_same_object() 643 MetadataHashValue::from(&meta_a).lower, in is_same_object() 644 MetadataHashValue::from(&meta_b).lower, in is_same_object() 653 pub(crate) async fn metadata_hash(&self) -> Result<MetadataHashValue, ErrorCode> { in metadata_hash() argument 655 Ok(MetadataHashValue::from(&meta)) in metadata_hash() 1139 ) -> Result<MetadataHashValue, ErrorCode> { in metadata_hash_at() argument 1150 Ok(MetadataHashValue::from(&meta)) in metadata_hash_at()
|
| /wasmtime-44.0.1/crates/wasi/src/p2/host/filesystem/ |
| H A D | sync.rs | 286 ) -> FsResult<sync_filesystem::MetadataHashValue> { in metadata_hash() argument 297 ) -> FsResult<sync_filesystem::MetadataHashValue> { in metadata_hash_at() argument 510 impl From<async_filesystem::MetadataHashValue> for sync_filesystem::MetadataHashValue { implementation 511 fn from(other: async_filesystem::MetadataHashValue) -> Self { in from()
|
| /wasmtime-44.0.1/crates/wasi/src/p2/host/ |
| H A D | filesystem.rs | 452 ) -> FsResult<types::MetadataHashValue> { in metadata_hash() argument 462 ) -> FsResult<types::MetadataHashValue> { in metadata_hash_at() argument 576 impl From<crate::filesystem::MetadataHashValue> for types::MetadataHashValue { implementation 578 crate::filesystem::MetadataHashValue { lower, upper }: crate::filesystem::MetadataHashValue,
|
| /wasmtime-44.0.1/examples/min-platform/embedding/src/ |
| H A D | wasi.rs | 840 Result<wasi::filesystem::types::MetadataHashValue, wasi::filesystem::types::ErrorCode>, in metadata_hash() argument 850 Result<wasi::filesystem::types::MetadataHashValue, wasi::filesystem::types::ErrorCode>, in metadata_hash_at() argument
|