Home
last modified time | relevance | path

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

/dports/x11/lightdm/lightdm-1.30.0/src/
H A Dx-server-local.c329 gchar *absolute_command = NULL; in get_absolute_command() local
333 absolute_command = g_strjoin (" ", absolute_binary, tokens[1], NULL); in get_absolute_command()
335 absolute_command = g_strdup (absolute_binary); in get_absolute_command()
338 return absolute_command; in get_absolute_command()
465 g_autofree gchar *absolute_command = get_absolute_command (priv->command); in x_server_local_start() local
466 if (!absolute_command) in x_server_local_start()
472 g_autoptr(GString) command = g_string_new (absolute_command); in x_server_local_start()