Home
last modified time | relevance | path

Searched refs:test_file_long_write (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/test-programs/src/bin/
H A Dp1_file_write.rs6 unsafe fn test_file_long_write(dir_fd: wasip1::Fd, filename: &str) { in test_file_long_write() function
134 unsafe { test_file_long_write(dir_fd, "long_write.txt") } in main()
H A Dp3_file_write.rs16 test_file_long_write(dir, "long_write.txt").await; in run()
25 async fn test_file_long_write(dir: &Descriptor, filename: &str) { in test_file_long_write() function