Searched refs:test_file_long_write (Results 1 – 2 of 2) sorted by relevance
6 unsafe fn test_file_long_write(dir_fd: wasip1::Fd, filename: &str) { in test_file_long_write() function134 unsafe { test_file_long_write(dir_fd, "long_write.txt") } in main()
16 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