Searched defs:npath (Results 1 - 1 of 1) sorted by relevance

/inkscape/
H A Dbuildtool.cpp2055 String npath; local
2069 npath.push_back((XMLCh)'\\');
2071 npath.push_back(ch);
2074 npath = path;
2076 return npath;
3874 String npath; local
3887 npath.push_back('\\');
3889 npath.push_back(ch);
3891 return npath;

Completed in 37 milliseconds