| /wasmtime-44.0.1/crates/test-programs/src/bin/ |
| H A D | p1_path_rename.rs | 9 wasip1::path_create_directory(dir_fd, "source").expect("creating a directory"); in test_path_rename() 33 wasip1::path_create_directory(dir_fd, "source").expect("creating a directory"); in test_path_rename() 34 wasip1::path_create_directory(dir_fd, "target").expect("creating a directory"); in test_path_rename() 56 wasip1::path_create_directory(dir_fd, "source").expect("creating a directory"); in test_path_rename() 57 wasip1::path_create_directory(dir_fd, "target").expect("creating a directory"); in test_path_rename() 127 wasip1::path_create_directory(dir_fd, "target").expect("creating a directory"); in test_path_rename()
|
| H A D | p1_remove_nonempty_directory.rs | 8 wasip1::path_create_directory(dir_fd, "dir").expect("creating a directory"); in test_remove_nonempty_directory() 11 wasip1::path_create_directory(dir_fd, "dir/nested").expect("creating a subdirectory"); in test_remove_nonempty_directory()
|
| H A D | p1_dangling_fd.rs | 22 wasip1::path_create_directory(dir_fd, "subdir").expect("failed to create dir"); in test_dangling_fd() 30 wasip1::path_create_directory(dir_fd, "subdir").expect("failed to create dir 2"); in test_dangling_fd()
|
| H A D | p1_path_symlink_trailing_slashes.rs | 22 wasip1::path_create_directory(dir_fd, "target").expect("creating a directory"); in test_path_symlink_trailing_slashes() 32 wasip1::path_create_directory(dir_fd, "target").expect("creating a directory"); in test_path_symlink_trailing_slashes()
|
| H A D | p1_interesting_paths.rs | 8 wasip1::path_create_directory(dir_fd, "dir").expect("creating dir"); in test_interesting_paths() 11 wasip1::path_create_directory(dir_fd, "dir/nested").expect("creating a nested dir"); in test_interesting_paths()
|
| H A D | p1_path_link.rs | 77 wasip1::path_create_directory(dir_fd, "subdir").expect("creating a subdirectory"); in test_path_link() 107 wasip1::path_create_directory(dir_fd, "link").expect("creating a dir"); in test_path_link() 117 wasip1::path_create_directory(dir_fd, "subdir").expect("creating a subdirectory"); in test_path_link()
|
| H A D | p1_path_rename_dir_trailing_slashes.rs | 8 wasip1::path_create_directory(dir_fd, "source").expect("creating a directory"); in test_path_rename_trailing_slashes()
|
| H A D | p1_remove_directory.rs | 8 wasip1::path_create_directory(dir_fd, "dir").expect("creating a directory"); in test_remove_directory()
|
| H A D | p1_directory_seek.rs | 8 wasip1::path_create_directory(dir_fd, "dir").expect("failed to make directory"); in test_directory_seek()
|
| H A D | p1_unlink_file_trailing_slashes.rs | 8 wasip1::path_create_directory(dir_fd, "dir").expect("creating a directory"); in test_unlink_file_trailing_slashes()
|
| H A D | p1_symlink_create.rs | 39 wasip1::path_create_directory(dir_fd, "target").expect("creating a dir"); in create_symlink_to_directory()
|
| H A D | p1_nofollow_errors.rs | 8 wasip1::path_create_directory(dir_fd, "target").expect("creating a dir"); in test_nofollow_errors()
|
| H A D | p1_path_exists.rs | 8 wasip1::path_create_directory(dir_fd, "subdir").expect("create directory"); in test_path_exists()
|
| H A D | p1_cli_hostcall_fuel.rs | 16 unsafe { wasip1::path_create_directory(dir_fd, &s) }, in big_string()
|
| H A D | p1_fd_readdir.rs | 120 wasip1::path_create_directory(dir_fd, "nested").expect("create a directory"); in test_fd_readdir()
|
| /wasmtime-44.0.1/crates/wasi/src/ |
| H A D | p0.rs | 32 fd_pwrite, poll_oneoff, path_create_directory, path_filestat_get, 51 fd_pwrite, poll_oneoff, path_create_directory, path_filestat_get, 347 async fn path_create_directory( in path_create_directory() method 353 Snapshot1::path_create_directory(self, memory, dirfd.into(), path).await?; in path_create_directory()
|
| H A D | p1.rs | 864 fd_pwrite, poll_oneoff, path_create_directory, path_filestat_get, 883 fd_pwrite, poll_oneoff, path_create_directory, path_filestat_get, 2042 async fn path_create_directory( in path_create_directory() method
|
| /wasmtime-44.0.1/crates/wiggle/tests/ |
| H A D | wasi.rs | 266 fn path_create_directory( in path_create_directory() method
|
| H A D | typenames.witx | 229 ;;; The right to invoke `path_create_directory`. 230 $path_create_directory
|
| H A D | wasi.witx | 284 (@interface func (export "path_create_directory")
|
| /wasmtime-44.0.1/crates/wasi-common/src/snapshots/ |
| H A D | preview_0.rs | 658 async fn path_create_directory( in path_create_directory() method 664 Snapshot1::path_create_directory(self, memory, dirfd.into(), path).await?; in path_create_directory()
|
| /wasmtime-44.0.1/crates/wasi/witx/p0/ |
| H A D | typenames.witx | 229 ;;; The right to invoke `path_create_directory`. 230 $path_create_directory
|
| /wasmtime-44.0.1/crates/wasi/witx/p1/ |
| H A D | typenames.witx | 229 ;;; The right to invoke `path_create_directory`. 230 $path_create_directory
|
| /wasmtime-44.0.1/crates/wasi-common/witx/preview1/ |
| H A D | typenames.witx | 229 ;;; The right to invoke `path_create_directory`. 230 $path_create_directory
|
| /wasmtime-44.0.1/crates/wasi-common/witx/preview0/ |
| H A D | typenames.witx | 229 ;;; The right to invoke `path_create_directory`. 230 $path_create_directory
|