Searched refs:cpath (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/io/
H A Duristream.cpp102 gchar *cpath = NULL; local
106 cpath = uri.toNativeFilename();
107 inf = fopen_utf8name(cpath, FILE_READ);
110 err += cpath;
111 g_free(cpath);
115 g_free(cpath);
315 gchar *cpath = NULL; local
320 cpath = uri.toNativeFilename();
321 //printf("out path:'%s'\n", cpath);
322 outf = fopen_utf8name(cpath, FILE_WRIT
[all...]

Completed in 10 milliseconds