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

/inkscape/
H A Dbuildtool.cpp7527 String rawCmd = parent.eval(commandOpt, "build/cxxtests"); local
7530 if (fileExists(rawCmd)) {
7531 cmdExe = rawCmd;
7532 } else if (fileExists(rawCmd + ".exe")) {
7533 cmdExe = rawCmd + ".exe";
7535 error("<cxxtestrun> problem: cxxtests executable not found! (command=\"%s\")", rawCmd.c_str());
7538 if (isNewerThan(cmdExe, rawCmd + ".log") || isNewerThan(cmdExe, rawCmd + ".xml")) newFiles++;
7541 String cmd = rawCmd;

Completed in 49 milliseconds