Lines Matching refs:cpath
102 gchar *cpath = NULL;
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;
320 cpath = uri.toNativeFilename();
321 //printf("out path:'%s'\n", cpath);
322 outf = fopen_utf8name(cpath, FILE_WRITE);
323 //outf = fopen(cpath, "wb");
324 g_free(cpath);
327 err += cpath;