Home
last modified time | relevance | path

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

/dports/x11-fm/caja/caja-1.26.0/src/
H A Dcaja-autorun-software.c106 char *path_to_spawn; in autorun() local
119 path_to_spawn = NULL; in autorun()
152 path_to_spawn = g_file_get_path (program_to_spawn); in autorun()
158 if (path_to_spawn != NULL && cwd_for_program != NULL) in autorun()
162 execl (path_to_spawn, path_to_spawn, NULL); in autorun()
180 g_free (path_to_spawn); in autorun()
/dports/x11-fm/nemo/nemo-4.8.3/src/
H A Dnemo-autorun-software.c103 char *path_to_spawn; in autorun() local
117 path_to_spawn = NULL; in autorun()
131 path_to_spawn = g_file_get_path (program_to_spawn); in autorun()
140 if (path_to_spawn != NULL && cwd_for_program != NULL) { in autorun()
142 execl (path_to_spawn, path_to_spawn, program_parameter, NULL); in autorun()
161 g_free (path_to_spawn); in autorun()
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-autorun-software.c100 g_autofree char *path_to_spawn = NULL; in autorun() local
129 path_to_spawn = g_file_get_path (program_to_spawn); in autorun()
138 if (path_to_spawn != NULL && cwd_for_program != NULL) in autorun()
142 execl (path_to_spawn, path_to_spawn, program_parameter, NULL); in autorun()