Lines Matching refs:file
1 /** @file
8 * Released under GNU GPL, read the file 'COPYING' for more information
28 #include "file.h"
248 if (strcmp(myRoot->name(), "svg:svg") != 0){ // Wrong file format
271 std::string file = Glib::build_filename(path, dir.read_name());
272 while (file != path){
273 if (Glib::str_has_suffix(file, ".svg") && !Glib::str_has_prefix(Glib::path_get_basename(file), "default.")){
274 TemplateData tmp = _processTemplateFile(file);
278 file = Glib::build_filename(path, dir.read_name());