Home
last modified time | relevance | path

Searched refs:path_remove_directory (Results 1 – 25 of 30) sorted by relevance

12

/wasmtime-44.0.1/crates/test-programs/src/bin/
H A Dp1_path_rename.rs30 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 Dp1_remove_nonempty_directory.rs15 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 Dp1_remove_directory.rs11 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 Dp1_path_symlink_trailing_slashes.rs29 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 Dp1_interesting_paths.rs91 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 Dp1_path_link.rs87 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 Dp1_path_rename_dir_trailing_slashes.rs17 wasip1::path_remove_directory(dir_fd, "source").expect("removing the directory"); in test_path_rename_trailing_slashes()
H A Dp1_directory_seek.rs26 wasip1::path_remove_directory(dir_fd, "dir").expect("failed to remove dir"); in test_directory_seek()
H A Dp1_unlink_file_trailing_slashes.rs29 wasip1::path_remove_directory(dir_fd, "dir").expect("removing a directory"); in test_unlink_file_trailing_slashes()
H A Dp1_dangling_fd.rs29 wasip1::path_remove_directory(dir_fd, "subdir").expect("failed to remove dir 2"); in test_dangling_fd()
H A Dp1_symlink_create.rs63 wasip1::path_remove_directory(dir_fd, "target") in create_symlink_to_directory()
H A Dp1_nofollow_errors.rs48 wasip1::path_remove_directory(dir_fd, "target") in test_nofollow_errors()
H A Dp1_path_exists.rs57 wasip1::path_remove_directory(dir_fd, "subdir").expect("clean up"); in test_path_exists()
H A Dp1_fd_readdir.rs169 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 Dp0.rs33 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 Dp1.rs865 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 Dwasi.rs335 fn path_remove_directory( in path_remove_directory() method
H A Dtypenames.witx264 ;;; The right to invoke `path_remove_directory`.
265 $path_remove_directory
H A Dwasi.witx384 (@interface func (export "path_remove_directory")
/wasmtime-44.0.1/crates/wasi-common/src/snapshots/
H A Dpreview_0.rs765 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 Dtypenames.witx264 ;;; The right to invoke `path_remove_directory`.
265 $path_remove_directory
/wasmtime-44.0.1/crates/wasi/witx/p1/
H A Dtypenames.witx264 ;;; The right to invoke `path_remove_directory`.
265 $path_remove_directory
H A Dwasi_snapshot_preview1.witx386 (@interface func (export "path_remove_directory")
/wasmtime-44.0.1/crates/wasi-common/witx/preview1/
H A Dtypenames.witx264 ;;; The right to invoke `path_remove_directory`.
265 $path_remove_directory
/wasmtime-44.0.1/crates/wasi-common/witx/preview0/
H A Dtypenames.witx264 ;;; The right to invoke `path_remove_directory`.
265 $path_remove_directory

12