Home
last modified time | relevance | path

Searched refs:virtio_9p_test_path (Results 1 – 3 of 3) sorted by relevance

/qemu/tests/qtest/
H A Dvirtio-9p-test.c514 g_autofree char *root_path = virtio_9p_test_path(""); in fs_create_dir()
515 g_autofree char *new_dir = virtio_9p_test_path("01"); in fs_create_dir()
533 g_autofree char *root_path = virtio_9p_test_path(""); in fs_unlinkat_dir()
534 g_autofree char *new_dir = virtio_9p_test_path("02"); in fs_unlinkat_dir()
559 g_autofree char *new_file = virtio_9p_test_path("03/1st_file"); in fs_create_file()
576 g_autofree char *new_file = virtio_9p_test_path("04/doa_file"); in fs_unlinkat_file()
597 g_autofree char *real_file = virtio_9p_test_path("05/real_file"); in fs_symlink_file()
598 g_autofree char *symlink_file = virtio_9p_test_path("05/symlink_file"); in fs_symlink_file()
621 g_autofree char *real_file = virtio_9p_test_path("06/real_file"); in fs_unlinkat_symlink()
646 g_autofree char *real_file = virtio_9p_test_path("07/real_file"); in fs_hardlink_file()
[all …]
/qemu/tests/qtest/libqos/
H A Dvirtio-9p.h65 char *virtio_9p_test_path(const char *path);
H A Dvirtio-9p.c76 char *virtio_9p_test_path(const char *path) in virtio_9p_test_path() function