Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dvirtio-9p-test.c598 g_autofree char *symlink_file = virtio_9p_test_path("05/symlink_file"); in fs_symlink_file() local
612 g_assert(stat(symlink_file, &st) == 0); in fs_symlink_file()
622 g_autofree char *symlink_file = virtio_9p_test_path("06/symlink_file"); in fs_unlinkat_symlink() local
634 g_assert(stat(symlink_file, &st) == 0); in fs_unlinkat_symlink()
638 g_assert(stat(symlink_file, &st) != 0); in fs_unlinkat_symlink()