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.c76 static char *path_to_unlink; variable
88 if (path_to_unlink) { in plugin_cleanup()
89 unlink(path_to_unlink); in plugin_cleanup()
297 path_to_unlink = g_strdup(path); in setup_socket()