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

/inkscape/
H A Dbuildtool.cpp3181 * Tests is the modification date of fileA is newer than fileB
3183 bool isNewerThan(const String &fileA, const String &fileB);
5225 * Tests is the modification of fileA is newer than fileB
5227 bool MakeBase::isNewerThan(const String &fileA, const String &fileB) argument
5229 //trace("isNewerThan:'%s' , '%s'", fileA.c_str(), fileB.c_str());
5230 String nativeA = getNativePath(fileA);

Completed in 234 milliseconds