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

/inkscape/src/ui/widget/
H A Dimageicon.cpp382 gchar *fName = const_cast<gchar *>(fileName.c_str()); // this const-cast seems not necessary, was it put there because of older sys/stat.h version? local
384 if (stat(fName, &info)) // stat returns 0 upon success
/inkscape/src/util/
H A Dziptool.h157 virtual bool readFile(const std::string &fName);
H A Dziptool.cpp1528 bool GzipFile::loadFile(const std::string &fName) argument
1530 FILE *f = fopen(fName.c_str() , "rb");
1533 error("Cannot open file %s", fName.c_str());
1544 setFileName(fName);
/inkscape/src/ui/dialog/
H A Dfiledialogimpl-gtkmm.cpp556 gchar *fName = const_cast<gchar *>( local
559 if (g_stat(fName, &info)) // stat returns 0 upon success
561 g_warning("SVGPreview::set() : %s : %s", fName, strerror(errno));

Completed in 33 milliseconds