Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dvirtio-9p-test.c704 struct stat st_file; in fs_use_after_unlink() local
714 g_assert(stat(real_file, &st_file) == 0); in fs_use_after_unlink()
715 g_assert((st_file.st_mode & S_IFMT) == S_IFREG); in fs_use_after_unlink()