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

/inkscape/
H A Dbuildtool.cpp6721 bool refreshCache = parent.evalBool(refreshCacheOpt, false); local
6729 //refreshCache is probably false here, unless specified otherwise
6731 if (refreshCache || isNewerThan(parent.getURI().getPath(), fullName))
6734 refreshCache = true;
6741 depTool.getDepFile("build.dep", refreshCache);
6992 if (!parent.getAttribute(elem, "refreshCache", refreshCacheOpt))

Completed in 39 milliseconds