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

/inkscape/
H A Dbuildtool.cpp3088 bool executeCommand(const String &call,
3472 bool ret = executeCommand(cmd.c_str(), "", outString, errString);
3502 bool ret = executeCommand(cmd.c_str(), "", outString, errString);
3936 bool MakeBase::executeCommand(const String &command, function in class:buildtool::MakeBase
3961 error("executeCommand cannot allocate command buffer");
4019 error("executeCommand : could not create process : %s",
4031 error("executeCommand: could not write to pipe");
4036 error("executeCommand: could not close write pipe");
4041 error("executeCommand: could not close read pipe");
4046 error("executeCommand
4133 bool MakeBase::executeCommand(const String &command, function in class:buildtool::MakeBase
[all...]

Completed in 40 milliseconds