Home
last modified time | relevance | path

Searched refs:searchInPath (Results 1 – 25 of 98) sorted by relevance

1234

/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/spf13/viper/
H A Dviper_go1_15.go20 file := v.searchInPath(cp)
28 func (v *Viper) searchInPath(in string) (filename string) { func
/dports/www/gitea/gitea-1.16.5/vendor/github.com/spf13/viper/
H A Dviper_go1_15.go20 file := v.searchInPath(cp)
28 func (v *Viper) searchInPath(in string) (filename string) { func
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/webassembly/
H A Dwebassemblyrunconfiguration.cpp46 const QFileInfo emrun = bc->environment().searchInPath("emrun").toFileInfo(); in emrunCommand()
55 : bc->environment().searchInPath("sh"); in emrunCommand()
H A Dwebassemblyrunconfigurationaspects.cpp49 const Utils::FilePath emrunPath = environment.searchInPath("emrun"); in detectedBrowsers()
H A Dwebassemblytoolchain.cpp97 tmp = environment.searchInPath(make); in makeCommand()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/clearcase/
H A Dclearcasesettings.cpp72 ccBinaryPath = Utils::Environment::systemEnvironment().searchInPath(ccCommand).toString(); in fromSettings()
89 …extDiffAvailable = !Utils::Environment::systemEnvironment().searchInPath(QLatin1String("diff")).is… in fromSettings()
H A Dsettingspage.cpp74 …bool extDiffAvailable = !Environment::systemEnvironment().searchInPath(QLatin1String("diff")).isEm… in SettingsPageWidget()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/etc/
H A DinstallLibs413 path=`searchInPath $reper $1`
470 path=`searchInPath $reper "lib$1.*"`
866 softExe=`searchInPath $reper $1`
896 searchInPath () {
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/mesonprojectmanager/exewrappers/
H A Dtoolwrapper.cpp77 const FilePath exe_path = systemEnvironment.searchInPath(exe); in findTool()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dcustomexecutablerunconfiguration.cpp111 r.executable = r.environment.searchInPath(expanded, {workingDirectory}); in runnable()
H A Dprocessparameters.cpp126 m_effectiveCommand = m_environment.searchInPath(cmd.toString(), in effectiveCommand()
H A Dmsvctoolchain.cpp641 const Utils::FilePath binary = env.searchInPath(QLatin1String("cl.exe")); in msvcPredefinedMacros()
1172 tmp = environment.searchInPath(jom, in makeCommand()
1180 tmp = environment.searchInPath(nmake); in makeCommand()
1200 env.searchInPath(QLatin1String("cl.exe"), {}, [](const Utils::FilePath &name) { in rescanForCompiler()
2042 const Utils::FilePath clangClPath = systemEnvironment.searchInPath("clang-cl"); in autoDetect()
2106 cmdPath = env.searchInPath(QLatin1String("cmd.exe")); in generateEnvironmentSettings()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/nim/project/
H A Dnimtoolchain.cpp85 const FilePath tmp = env.searchInPath("make"); in makeCommand()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Denvironment.h63 FilePath searchInPath(const QString &executable, in QT_FORWARD_DECLARE_CLASS()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/tools/cplusplus-shared/
H A Dutils.cpp87 = Utils::Environment::systemEnvironment().searchInPath(key); in SystemPreprocessor()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/
H A Dpatchtool.cpp75 && !Utils::Environment::systemEnvironment().searchInPath(patch).exists()) { in runPatchHelper()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/android/
H A Dandroidpackageinstallationstep.cpp121 if (buildEnvironment().searchInPath("sh.exe").isEmpty()) in nativeAndroidBuildPath()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/git/
H A Dgitsettings.cpp148 binPath = env.searchInPath(binPath.toString()); in gitExecutable()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/3rdparty/qtcreator-libs/utils/
H A Denvironment.h127 FileName searchInPath(const QString &executable, in QT_FORWARD_DECLARE_CLASS()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/ssh/
H A Dsshsettings.cpp124 .searchInPath(candidate, additionalSearchPaths); in filePathValue()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qbsprojectmanager/
H A Dqbssettings.cpp85 candidate = Environment::systemEnvironment().searchInPath(fileName); in qbsExecutableFilePath()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/silversearcher/
H A Dfindinfilessilversearcher.cpp89 return Utils::Environment::systemEnvironment().searchInPath("ag").toString(); in silverSearcherExecutable()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/locator/
H A Dexecutefilter.cpp170 …const Utils::FilePath fullPath = Utils::Environment::systemEnvironment().searchInPath(d.executable… in runHeadCommand()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/tools/qtcreatorcrashhandler/
H A Dcrashhandler.cpp93 …creatorInPath(Utils::Environment::systemEnvironment().searchInPath(QLatin1String(QtCreatorExecutab… in CrashHandlerPrivate()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/perforce/
H A Dperforcesettings.cpp64 Environment::systemEnvironment().searchInPath(defaultCommand()).toString()); in PerforceSettings()

1234