Lines Matching defs:path
20 #include "path-prefix.h"
32 gchar *path=NULL;
51 path = g_strdup(temp);
61 path = g_strdup(temp);
76 path = Inkscape::Application::profile_path(name);
81 gchar *temp=g_build_filename(path, filename, NULL);
82 g_free(path);
83 path = temp;
86 Util::ptr_shared<char> result=Util::share_string(path);
87 g_free(path);