Home
last modified time | relevance | path

Searched refs:toolCommand (Results 1 – 7 of 7) sorted by relevance

/dports/emulators/qmc2/qmc2-0.195_4/qmc2/
H A Dtoolexec.cpp26 toolCommand = command; in ToolExecutor()
37 QString commandString = toolCommand, s; in ToolExecutor()
47 toolProc->start(toolCommand, toolArgs); in execute()
H A Dtoolexec.h12 QString toolCommand;
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmRuntimeDependencyArchive.cxx223 std::string toolCommand = this->GetMakefile()->GetSafeDefinition( in GetGetRuntimeDependenciesCommand() local
225 if (toolCommand.empty() && search == "objdump") { in GetGetRuntimeDependenciesCommand()
226 toolCommand = this->GetMakefile()->GetSafeDefinition("CMAKE_OBJDUMP"); in GetGetRuntimeDependenciesCommand()
228 if (!toolCommand.empty()) { in GetGetRuntimeDependenciesCommand()
229 cmExpandList(toolCommand, command); in GetGetRuntimeDependenciesCommand()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmRuntimeDependencyArchive.cxx223 std::string toolCommand = this->GetMakefile()->GetSafeDefinition( in GetGetRuntimeDependenciesCommand() local
225 if (toolCommand.empty() && search == "objdump") { in GetGetRuntimeDependenciesCommand()
226 toolCommand = this->GetMakefile()->GetSafeDefinition("CMAKE_OBJDUMP"); in GetGetRuntimeDependenciesCommand()
228 if (!toolCommand.empty()) { in GetGetRuntimeDependenciesCommand()
229 cmExpandList(toolCommand, command); in GetGetRuntimeDependenciesCommand()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmRuntimeDependencyArchive.cxx223 std::string toolCommand = this->GetMakefile()->GetSafeDefinition( in GetGetRuntimeDependenciesCommand() local
225 if (toolCommand.empty() && search == "objdump") { in GetGetRuntimeDependenciesCommand()
226 toolCommand = this->GetMakefile()->GetSafeDefinition("CMAKE_OBJDUMP"); in GetGetRuntimeDependenciesCommand()
228 if (!toolCommand.empty()) { in GetGetRuntimeDependenciesCommand()
229 cmExpandList(toolCommand, command); in GetGetRuntimeDependenciesCommand()
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/
H A Dkiletoolmanager.cpp703 const QString toolCommand = commandFor(tool, m_config); in findFirstBibliographyToolForCommand() local
704 if (QString::compare(command, toolCommand, Qt::CaseInsensitive) == 0) { in findFirstBibliographyToolForCommand()
/dports/biology/mothur/mothur-1.46.1/source/
H A Dutils.cpp753 string toolCommand = mothurProgramPath + toolName; //windows def in findTool() local
757 toolCommand = getFullPathName(toolCommand); in findTool()
758 bool ableToOpen = openInputFile(toolCommand, in, "no error"); in.close(); in findTool()
761 … if (checkLocations(toolCommand, locations)) { toolLocation = toolCommand; foundTool = true; } in findTool()
764 m->mothurOut(toolCommand + " file does not exist. Checking path... \n"); in findTool()
775 }else { toolLocation = toolCommand; foundTool = true; } in findTool()