Searched refs:program_dir (Results 1 – 1 of 1) sorted by relevance
246 char *program_dir = NULL; in run_request_run() local261 program_dir = g_path_get_dirname (r->argv[0]); in run_request_run()262 printf(" full path is '%s', program_dir is '%s'\n", r->argv[0], program_dir); in run_request_run()266 !g_spawn_async_with_pipes(program_dir, r->argv, r->environment, in run_request_run()270 g_free (program_dir); in run_request_run()276 g_free (program_dir); in run_request_run()