Lines Matching defs:executeCommand
3088 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,
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: could not close read pipe");
4099 error("executeCommand: could not close read pipe");
4104 error("executeCommand: could not close read pipe");
4133 bool MakeBase::executeCommand(const String &command,
6919 bool ret = executeCommand(cmd.c_str(), "", outString, errString);
7358 if (!executeCommand(cmd.c_str(), "", outString, errString))
7462 if (!executeCommand(cmd.c_str(), "", outString, errString))
7562 if (!executeCommand(cmd.c_str(), "", outString, outString))
7777 bool ret = executeCommand(execCmd.c_str(), "", outString, errString);
7895 bool ret = executeCommand(execCmd.c_str(), "", outString, errString);
8029 if (!executeCommand(cmd.c_str(), "", outbuf, errbuf))
8044 if (!executeCommand(cmd, "", outbuf, errbuf))
8057 if (!executeCommand(cmd, "", outbuf, errbuf))
8330 if (!executeCommand(cmd.c_str(), "", outString, errString))
8508 if (!executeCommand(cmd, "", outbuf, errbuf))
8570 if (!executeCommand(cmd.c_str(), "", outString, errString))
8696 if (!executeCommand(cmd.c_str(), "", outString, errString))
8817 if (!executeCommand(cmd.c_str(), "", outString, errString))
8891 if (!executeCommand(cmd, "", outbuf, errbuf))
8900 if (!executeCommand(cmd, "", outbuf, errbuf))
10295 bool ret = make.executeCommand("gcc xx.cpp", "", out, err);