Home
last modified time | relevance | path

Searched refs:path_create_directory (Results 1 – 25 of 31) sorted by relevance

12

/wasmtime-44.0.1/crates/test-programs/src/bin/
H A Dp1_path_rename.rs9 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 Dp1_remove_nonempty_directory.rs8 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 Dp1_dangling_fd.rs22 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 Dp1_path_symlink_trailing_slashes.rs22 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 Dp1_interesting_paths.rs8 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 Dp1_path_link.rs77 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 Dp1_path_rename_dir_trailing_slashes.rs8 wasip1::path_create_directory(dir_fd, "source").expect("creating a directory"); in test_path_rename_trailing_slashes()
H A Dp1_remove_directory.rs8 wasip1::path_create_directory(dir_fd, "dir").expect("creating a directory"); in test_remove_directory()
H A Dp1_directory_seek.rs8 wasip1::path_create_directory(dir_fd, "dir").expect("failed to make directory"); in test_directory_seek()
H A Dp1_unlink_file_trailing_slashes.rs8 wasip1::path_create_directory(dir_fd, "dir").expect("creating a directory"); in test_unlink_file_trailing_slashes()
H A Dp1_symlink_create.rs39 wasip1::path_create_directory(dir_fd, "target").expect("creating a dir"); in create_symlink_to_directory()
H A Dp1_nofollow_errors.rs8 wasip1::path_create_directory(dir_fd, "target").expect("creating a dir"); in test_nofollow_errors()
H A Dp1_path_exists.rs8 wasip1::path_create_directory(dir_fd, "subdir").expect("create directory"); in test_path_exists()
H A Dp1_cli_hostcall_fuel.rs16 unsafe { wasip1::path_create_directory(dir_fd, &s) }, in big_string()
H A Dp1_fd_readdir.rs120 wasip1::path_create_directory(dir_fd, "nested").expect("create a directory"); in test_fd_readdir()
/wasmtime-44.0.1/crates/wasi/src/
H A Dp0.rs32 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 Dp1.rs864 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 Dwasi.rs266 fn path_create_directory( in path_create_directory() method
H A Dtypenames.witx229 ;;; The right to invoke `path_create_directory`.
230 $path_create_directory
H A Dwasi.witx284 (@interface func (export "path_create_directory")
/wasmtime-44.0.1/crates/wasi-common/src/snapshots/
H A Dpreview_0.rs658 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 Dtypenames.witx229 ;;; The right to invoke `path_create_directory`.
230 $path_create_directory
/wasmtime-44.0.1/crates/wasi/witx/p1/
H A Dtypenames.witx229 ;;; The right to invoke `path_create_directory`.
230 $path_create_directory
/wasmtime-44.0.1/crates/wasi-common/witx/preview1/
H A Dtypenames.witx229 ;;; The right to invoke `path_create_directory`.
230 $path_create_directory
/wasmtime-44.0.1/crates/wasi-common/witx/preview0/
H A Dtypenames.witx229 ;;; The right to invoke `path_create_directory`.
230 $path_create_directory

12