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

/inkscape/
H A Dbuildtool.cpp3183 bool isNewerThan(const String &fileA, const String &fileB);
5227 bool MakeBase::isNewerThan(const String &fileA, const String &fileB) function in class:buildtool::MakeBase
5229 //trace("isNewerThan:'%s' , '%s'", fileA.c_str(), fileB.c_str());
6731 if (refreshCache || isNewerThan(parent.getURI().getPath(), fullName))
6865 if (isNewerThan(srcFullName, destFullName))
6886 bool depRequires = isNewerThan(depFullName, destFullName);
7109 if (!isNewerThan(fullSource, fullDest))
7171 if (!isNewerThan(fullSource, fullDest))
7210 if (!isNewerThan(fullSource, fullDest))
7346 if (isNewerThan(fullSourc
[all...]

Completed in 33 milliseconds