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

/inkscape/
H A Dbuildtool.cpp7868 String fullSrc = srcdir; local
7869 fullSrc.append("/");
7870 fullSrc.append(fname);
7874 //trace("fullsrc:%s fulldest:%s", fullSrc.c_str(), fullDest.c_str());
7875 if (!isNewerThan(fullSrc, fullDest))
7879 fprintf(f, "%s\n", fullSrc.c_str());

Completed in 85 milliseconds