Searched defs:exe (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dprefix.cpp433 * Return the directory of the .exe that is currently running
439 gchar *exe = g_utf16_to_utf8(path, -1, 0,0,0); local
440 gchar *dir = g_path_get_dirname(exe);
443 g_free(exe);
H A Dmain.cpp542 * @param exe Inkscape executable directory in UTF-8
544 static void _win32_set_inkscape_env(gchar const *exe) argument
549 gchar *python = g_build_filename(exe, "python", NULL);
550 gchar *scripts = g_build_filename(exe, "python", "Scripts", NULL);
551 gchar *perl = g_build_filename(exe, "python", NULL);
552 gchar *pythonlib = g_build_filename(exe, "python", "Lib", NULL);
553 gchar *pythondll = g_build_filename(exe, "python", "DLLs", NULL);
566 new_path = g_strdup_printf("%s;%s;%s;%s;%s", exe, python, scripts, perl, path);
568 new_path = g_strdup_printf("%s;%s;%s;%s", exe, python, scripts, perl);
594 gchar *localepath = g_build_filename(exe, PACKAGE_LOCALE_DI
[all...]

Completed in 21 milliseconds