Lines Matching refs:virtio_9p_test_path
514 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()
622 g_autofree char *symlink_file = virtio_9p_test_path("06/symlink_file"); in fs_unlinkat_symlink()
646 g_autofree char *real_file = virtio_9p_test_path("07/real_file"); in fs_hardlink_file()
647 g_autofree char *hardlink_file = virtio_9p_test_path("07/hardlink_file"); in fs_hardlink_file()
674 g_autofree char *real_file = virtio_9p_test_path("08/real_file"); in fs_unlinkat_hardlink()
675 g_autofree char *hardlink_file = virtio_9p_test_path("08/hardlink_file"); in fs_unlinkat_hardlink()
702 g_autofree char *real_file = virtio_9p_test_path("09/doa_file"); in fs_use_after_unlink()