Searched refs:full_path (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ |
H A D | dir-util.cpp | 226 gchar *full_path = (gchar *) g_malloc (1001); local 238 inkscape_rel2abs (uri, cwd_utf8, full_path, 1000); 239 gchar *ret = g_strdup (full_path); 240 g_free (full_path);
|
H A D | inkscape.cpp | 290 gchar* full_path = g_build_filename( autosave_dir.c_str(), filename, NULL ); local 291 if (g_file_test (full_path, G_FILE_TEST_EXISTS)){ 292 if ( g_stat(full_path, &sb) != -1 ) { 298 oldest_autosave = g_strdup(full_path); 303 g_free(full_path); 324 gchar* full_path = g_build_filename(autosave_dir.c_str(), baseName, NULL); local 329 FILE *file = Inkscape::IO::fopen_utf8name(full_path, "w"); 337 gchar *safeUri = Inkscape::IO::sanitizeString(full_path); 344 gchar *safeUri = Inkscape::IO::sanitizeString(full_path); 355 g_free(full_path); [all...] |
/inkscape/src/ui/tools/ |
H A D | dynamic-base.cpp | 102 Glib::ustring const &full_path = value.getPath(); member in class:Inkscape::UI::Tools::Glib 104 if (full_path.compare(0, presets_path.size(), presets_path) == 0) {
|
/inkscape/src/extension/internal/pdfinput/ |
H A D | pdf-input.cpp | 860 Glib::ustring full_path = uri; local 862 full_path = Glib::build_filename(Glib::get_current_dir(),uri); 864 Glib::ustring full_uri = Glib::filename_to_uri(full_path);
|
Completed in 107 milliseconds