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

/inkscape/
H A Dbuildtool.cpp7991 String fullTarget = parent.resolve(fileName); local
7994 cmd.append(fullTarget);
8010 //trace("link: tgt:%s obj:%s", fullTarget.c_str(),
8012 if (isNewerThan(fullObj, fullTarget))
8034 removeFromStatCache(getNativePath(fullTarget));
8041 cmd.append(getNativePath(fullTarget));
8056 cmd.append(getNativePath(fullTarget));
8062 removeFromStatCache(getNativePath(fullTarget));

Completed in 49 milliseconds