| /wasmtime-44.0.1/crates/test-programs/src/bin/ |
| H A D | p1_path_rename.rs | 30 wasip1::path_remove_directory(dir_fd, "target").expect("removing a directory"); in test_path_rename() 53 wasip1::path_remove_directory(dir_fd, "target").expect("removing a directory"); in test_path_rename() 69 wasip1::path_remove_directory(dir_fd, "target/file").expect("removing a directory"); in test_path_rename() 77 wasip1::path_remove_directory(dir_fd, "source").expect("removing a directory"); in test_path_rename() 79 wasip1::path_remove_directory(dir_fd, "target").expect("removing a directory"); in test_path_rename() 136 wasip1::path_remove_directory(dir_fd, "target").expect("removing a directory"); in test_path_rename()
|
| H A D | p1_remove_nonempty_directory.rs | 15 wasip1::path_remove_directory(dir_fd, "dir") in test_remove_nonempty_directory() 21 wasip1::path_remove_directory(dir_fd, "dir/nested") in test_remove_nonempty_directory() 23 wasip1::path_remove_directory(dir_fd, "dir").expect("removing a directory"); in test_remove_nonempty_directory()
|
| H A D | p1_remove_directory.rs | 11 wasip1::path_remove_directory(dir_fd, "dir") in test_remove_directory() 23 wasip1::path_remove_directory(dir_fd, "file") in test_remove_directory() 30 wasip1::path_remove_directory(dir_fd, "file/") in test_remove_directory()
|
| H A D | p1_path_symlink_trailing_slashes.rs | 29 wasip1::path_remove_directory(dir_fd, "target").expect("removing a directory"); in test_path_symlink_trailing_slashes() 39 wasip1::path_remove_directory(dir_fd, "target").expect("removing a directory"); in test_path_symlink_trailing_slashes()
|
| H A D | p1_interesting_paths.rs | 91 wasip1::path_remove_directory(dir_fd, "dir/nested") in test_interesting_paths() 93 wasip1::path_remove_directory(dir_fd, "dir") in test_interesting_paths()
|
| H A D | p1_path_link.rs | 87 wasip1::path_remove_directory(dir_fd, "subdir").expect("removing a subdirectory"); in test_path_link() 114 wasip1::path_remove_directory(dir_fd, "link").expect("removing a dir"); in test_path_link() 128 wasip1::path_remove_directory(dir_fd, "subdir").expect("removing a subdirectory"); in test_path_link()
|
| H A D | p1_path_rename_dir_trailing_slashes.rs | 17 wasip1::path_remove_directory(dir_fd, "source").expect("removing the directory"); in test_path_rename_trailing_slashes()
|
| H A D | p1_directory_seek.rs | 26 wasip1::path_remove_directory(dir_fd, "dir").expect("failed to remove dir"); in test_directory_seek()
|
| H A D | p1_unlink_file_trailing_slashes.rs | 29 wasip1::path_remove_directory(dir_fd, "dir").expect("removing a directory"); in test_unlink_file_trailing_slashes()
|
| H A D | p1_dangling_fd.rs | 29 wasip1::path_remove_directory(dir_fd, "subdir").expect("failed to remove dir 2"); in test_dangling_fd()
|
| H A D | p1_symlink_create.rs | 63 wasip1::path_remove_directory(dir_fd, "target") in create_symlink_to_directory()
|
| H A D | p1_nofollow_errors.rs | 48 wasip1::path_remove_directory(dir_fd, "target") in test_nofollow_errors()
|
| H A D | p1_path_exists.rs | 57 wasip1::path_remove_directory(dir_fd, "subdir").expect("clean up"); in test_path_exists()
|
| H A D | p1_fd_readdir.rs | 169 wasip1::path_remove_directory(dir_fd, "nested").expect("removing a nested directory"); in test_fd_readdir()
|
| /wasmtime-44.0.1/crates/wasi/src/ |
| H A D | p0.rs | 33 path_filestat_set_times, path_link, path_open, path_readlink, path_remove_directory, 52 path_filestat_set_times, path_link, path_open, path_readlink, path_remove_directory, 454 async fn path_remove_directory( in path_remove_directory() method 460 Snapshot1::path_remove_directory(self, memory, dirfd.into(), path).await?; in path_remove_directory()
|
| H A D | p1.rs | 865 path_filestat_set_times, path_link, path_open, path_readlink, path_remove_directory, 884 path_filestat_set_times, path_link, path_open, path_readlink, path_remove_directory, 2246 async fn path_remove_directory( in path_remove_directory() method
|
| /wasmtime-44.0.1/crates/wiggle/tests/ |
| H A D | wasi.rs | 335 fn path_remove_directory( in path_remove_directory() method
|
| H A D | typenames.witx | 264 ;;; The right to invoke `path_remove_directory`. 265 $path_remove_directory
|
| H A D | wasi.witx | 384 (@interface func (export "path_remove_directory")
|
| /wasmtime-44.0.1/crates/wasi-common/src/snapshots/ |
| H A D | preview_0.rs | 765 async fn path_remove_directory( in path_remove_directory() method 771 Snapshot1::path_remove_directory(self, memory, dirfd.into(), path).await?; in path_remove_directory()
|
| /wasmtime-44.0.1/crates/wasi/witx/p0/ |
| H A D | typenames.witx | 264 ;;; The right to invoke `path_remove_directory`. 265 $path_remove_directory
|
| /wasmtime-44.0.1/crates/wasi/witx/p1/ |
| H A D | typenames.witx | 264 ;;; The right to invoke `path_remove_directory`. 265 $path_remove_directory
|
| H A D | wasi_snapshot_preview1.witx | 386 (@interface func (export "path_remove_directory")
|
| /wasmtime-44.0.1/crates/wasi-common/witx/preview1/ |
| H A D | typenames.witx | 264 ;;; The right to invoke `path_remove_directory`. 265 $path_remove_directory
|
| /wasmtime-44.0.1/crates/wasi-common/witx/preview0/ |
| H A D | typenames.witx | 264 ;;; The right to invoke `path_remove_directory`. 265 $path_remove_directory
|