Searched refs:storage_daemon_command (Results 1 – 1 of 1) sorted by relevance
901 GString *storage_daemon_command = g_string_new(NULL); in start_vhost_user_blk() local904 g_string_append_printf(storage_daemon_command, in start_vhost_user_blk()918 g_string_append_printf(storage_daemon_command, in start_vhost_user_blk()929 storage_daemon_command->str); in start_vhost_user_blk()941 execlp("/bin/sh", "sh", "-c", storage_daemon_command->str, NULL); in start_vhost_user_blk()944 g_string_free(storage_daemon_command, true); in start_vhost_user_blk()