Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/plugins/
H A Dlockstep.c75 static char *path_to_unlink; variable
87 if (path_to_unlink) { in plugin_cleanup()
88 unlink(path_to_unlink); in plugin_cleanup()
271 path_to_unlink = g_strdup(path); in setup_socket()