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