Home
last modified time | relevance | path

Searched refs:tryPath (Results 1 – 25 of 41) sorted by relevance

12

/dports/devel/apitrace/apitrace-9.0/cli/
H A Dcli_resources.cpp58 tryPath(const os::String &path, bool verbose) in tryPath() function
77 if (tryPath(programPath, verbose)) { in findProgram()
85 if (tryPath(programPath, verbose)) { in findProgram()
113 if (tryPath(wrapperPath, verbose)) { in findWrapper()
138 if (tryPath(wrapperPath, verbose)) { in findWrapper()
146 if (tryPath(wrapperPath, verbose)) { in findWrapper()
168 if (tryPath(scriptPath, verbose)) { in findScript()
183 if (tryPath(scriptPath, verbose)) { in findScript()
191 if (tryPath(scriptPath, verbose)) { in findScript()
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmFindPathCommand.cxx116 std::string tryPath; in FindNormalHeader() local
119 tryPath = cmStrCat(sp, n); in FindNormalHeader()
120 if (cmSystemTools::FileExists(tryPath)) { in FindNormalHeader()
121 debug.FoundAt(tryPath); in FindNormalHeader()
123 return tryPath; in FindNormalHeader()
127 debug.FailedAt(tryPath); in FindNormalHeader()
H A DcmSourceFileLocation.cxx110 std::string tryPath; in UpdateExtension() local
115 tryPath = cmStrCat(this->Makefile->GetCurrentSourceDirectory(), '/'); in UpdateExtension()
118 tryPath += this->Directory; in UpdateExtension()
119 tryPath += "/"; in UpdateExtension()
121 tryPath += this->Name; in UpdateExtension()
122 if (cmSystemTools::FileExists(tryPath, true)) { in UpdateExtension()
H A DcmGlobalGhsMultiGenerator.cxx244 std::string tryPath; in GetToolset() local
245 tryPath = cmSystemTools::CollapseFullPath(ts, tsd); in GetToolset()
246 if (!cmSystemTools::FileExists(tryPath)) { in GetToolset()
247 std::string msg = "GHS toolset \"" + tryPath + "\" not found."; in GetToolset()
251 tsd = tryPath; in GetToolset()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmFindPathCommand.cxx116 std::string tryPath; in FindNormalHeader() local
119 tryPath = cmStrCat(sp, n); in FindNormalHeader()
120 if (cmSystemTools::FileExists(tryPath)) { in FindNormalHeader()
121 debug.FoundAt(tryPath); in FindNormalHeader()
123 return tryPath; in FindNormalHeader()
127 debug.FailedAt(tryPath); in FindNormalHeader()
H A DcmSourceFileLocation.cxx110 std::string tryPath; in UpdateExtension() local
115 tryPath = cmStrCat(this->Makefile->GetCurrentSourceDirectory(), '/'); in UpdateExtension()
118 tryPath += this->Directory; in UpdateExtension()
119 tryPath += "/"; in UpdateExtension()
121 tryPath += this->Name; in UpdateExtension()
122 if (cmSystemTools::FileExists(tryPath, true)) { in UpdateExtension()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmFindPathCommand.cxx116 std::string tryPath; in FindNormalHeader() local
119 tryPath = cmStrCat(sp, n); in FindNormalHeader()
120 if (cmSystemTools::FileExists(tryPath)) { in FindNormalHeader()
121 debug.FoundAt(tryPath); in FindNormalHeader()
123 return tryPath; in FindNormalHeader()
127 debug.FailedAt(tryPath); in FindNormalHeader()
H A DcmSourceFileLocation.cxx110 std::string tryPath; in UpdateExtension() local
115 tryPath = cmStrCat(this->Makefile->GetCurrentSourceDirectory(), '/'); in UpdateExtension()
118 tryPath += this->Directory; in UpdateExtension()
119 tryPath += "/"; in UpdateExtension()
121 tryPath += this->Name; in UpdateExtension()
122 if (cmSystemTools::FileExists(tryPath, true)) { in UpdateExtension()
/dports/graphics/krita/krita-4.4.8/plugins/impex/csv/
H A Dcsv_loader.cpp385 QString tryPath= QString(path).replace(QString("\\"), QString("/")); in validPath() local
386 int i = tryPath.lastIndexOf("/"); in validPath()
388 if (i == (tryPath.size() - 1)) in validPath()
389 tryPath= tryPath.left(i); //remove the ending separator if exists in validPath()
391 if (QFileInfo(tryPath).isDir()) in validPath()
392 return tryPath.append("/"); in validPath()
394 QString scan(tryPath); in validPath()
402 tryPath= QString(base).append(scan.mid(i + 2)); //base already ending with a / in validPath()
404 if (QFileInfo(tryPath).isDir()) in validPath()
405 return tryPath.append("/"); in validPath()
/dports/math/vtk6/VTK-6.2.0/Utilities/KWSys/vtksys/
H A DSystemTools.cxx2738 tryPath = *p; in FindName()
2760 if(!tryPath.empty() && !SystemTools::FileIsDirectory(tryPath)) in FindFile()
2779 if(!tryPath.empty() && SystemTools::FileIsDirectory(tryPath)) in FindDirectory()
2840 tryPath = name; in FindProgram()
2895 tryPath = *p; in FindProgram()
2971 tryPath = *p; in FindLibrary()
2981 tryPath = *p; in FindLibrary()
2990 tryPath = *p; in FindLibrary()
2999 tryPath = *p; in FindLibrary()
3008 tryPath = *p; in FindLibrary()
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/KWSys/adios2sys/
H A DSystemTools.cxx2666 tryPath = p; in FindName()
2667 if (tryPath.empty() || tryPath.back() != '/') { in FindName()
2708 if (!tryPath.empty() && SystemTools::FileIsDirectory(tryPath)) { in FindDirectory()
2794 tryPath = p; in FindProgram()
2846 tryPath = p; in FindLibrary()
2854 tryPath = p; in FindLibrary()
2861 tryPath = p; in FindLibrary()
2868 tryPath = p; in FindLibrary()
2875 tryPath = p; in FindLibrary()
2882 tryPath = p; in FindLibrary()
[all …]
/dports/math/vtk9/VTK-9.1.0/Utilities/KWSys/vtksys/
H A DSystemTools.cxx2727 tryPath = p; in FindName()
2728 if (tryPath.empty() || tryPath.back() != '/') { in FindName()
2769 if (!tryPath.empty() && SystemTools::FileIsDirectory(tryPath)) { in FindDirectory()
2855 tryPath = p; in FindProgram()
2907 tryPath = p; in FindLibrary()
2915 tryPath = p; in FindLibrary()
2922 tryPath = p; in FindLibrary()
2929 tryPath = p; in FindLibrary()
2936 tryPath = p; in FindLibrary()
2943 tryPath = p; in FindLibrary()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Source/kwsys/
H A DSystemTools.cxx2727 tryPath = p; in FindName()
2728 if (tryPath.empty() || tryPath.back() != '/') { in FindName()
2769 if (!tryPath.empty() && SystemTools::FileIsDirectory(tryPath)) { in FindDirectory()
2855 tryPath = p; in FindProgram()
2907 tryPath = p; in FindLibrary()
2915 tryPath = p; in FindLibrary()
2922 tryPath = p; in FindLibrary()
2929 tryPath = p; in FindLibrary()
2936 tryPath = p; in FindLibrary()
2943 tryPath = p; in FindLibrary()
[all …]
/dports/devel/cmake/cmake-3.22.1/Source/kwsys/
H A DSystemTools.cxx2727 tryPath = p; in FindName()
2728 if (tryPath.empty() || tryPath.back() != '/') { in FindName()
2769 if (!tryPath.empty() && SystemTools::FileIsDirectory(tryPath)) { in FindDirectory()
2855 tryPath = p; in FindProgram()
2907 tryPath = p; in FindLibrary()
2915 tryPath = p; in FindLibrary()
2922 tryPath = p; in FindLibrary()
2929 tryPath = p; in FindLibrary()
2936 tryPath = p; in FindLibrary()
2943 tryPath = p; in FindLibrary()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Source/kwsys/
H A DSystemTools.cxx2727 tryPath = p; in FindName()
2728 if (tryPath.empty() || tryPath.back() != '/') { in FindName()
2769 if (!tryPath.empty() && SystemTools::FileIsDirectory(tryPath)) { in FindDirectory()
2855 tryPath = p; in FindProgram()
2907 tryPath = p; in FindLibrary()
2915 tryPath = p; in FindLibrary()
2922 tryPath = p; in FindLibrary()
2929 tryPath = p; in FindLibrary()
2936 tryPath = p; in FindLibrary()
2943 tryPath = p; in FindLibrary()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/KWSys/src/KWSys/
H A DSystemTools.cxx2833 tryPath = *p; in FindName()
2854 if (!tryPath.empty() && !SystemTools::FileIsDirectory(tryPath)) { in FindFile()
2872 if (!tryPath.empty() && SystemTools::FileIsDirectory(tryPath)) { in FindDirectory()
2969 tryPath = *p; in FindProgram()
3031 tryPath = *p; in FindLibrary()
3039 tryPath = *p; in FindLibrary()
3046 tryPath = *p; in FindLibrary()
3053 tryPath = *p; in FindLibrary()
3060 tryPath = *p; in FindLibrary()
3067 tryPath = *p; in FindLibrary()
[all …]
/dports/math/vtk8/VTK-8.2.0/Utilities/KWSys/vtksys/
H A DSystemTools.cxx2615 tryPath = *p; in FindName()
2635 if (!tryPath.empty() && !SystemTools::FileIsDirectory(tryPath)) { in FindFile()
2652 if (!tryPath.empty() && SystemTools::FileIsDirectory(tryPath)) { in FindDirectory()
2749 tryPath = *p; in FindProgram()
2811 tryPath = *p; in FindLibrary()
2819 tryPath = *p; in FindLibrary()
2826 tryPath = *p; in FindLibrary()
2833 tryPath = *p; in FindLibrary()
2840 tryPath = *p; in FindLibrary()
2847 tryPath = *p; in FindLibrary()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmlpreview/
H A Dqmlpreviewconnectionmanager.cpp93 auto tryPath = [&](const QString &postfix) { in findValidI18nDirectoryAsUrl() local
101 if (tryPath(locale + ".qm")) in findValidI18nDirectoryAsUrl()
103 if (tryPath(locale)) in findValidI18nDirectoryAsUrl()
105 if (tryPath(shortLocale + ".qm")) in findValidI18nDirectoryAsUrl()
107 if (tryPath(shortLocale)) in findValidI18nDirectoryAsUrl()
/dports/sysutils/aptly/aptly-1.4.0/http/
H A Dcompression.go48 tryPath := path + method.extenstion
54 if strings.HasSuffix(tryPath, suffix) {
62 tryURL := baseURL.ResolveReference(&url.URL{Path: tryPath})
/dports/biology/mothur/mothur-1.46.1/source/commands/
H A Dmergetaxsummarycommand.cpp89 … string tryPath = current->getDefaultPath() + util.getSimpleName(fileNames[i]); in MergeTaxSummaryCommand() local
90 …m->mothurOut("Unable to open " + fileNames[i] + ". Trying default " + tryPath); m->mothurOutEndLin… in MergeTaxSummaryCommand()
92 ableToOpen = util.openInputFile(tryPath, in2, "noerror"); in MergeTaxSummaryCommand()
94 fileNames[i] = tryPath; in MergeTaxSummaryCommand()
101 … string tryPath = current->getOutputDir() + util.getSimpleName(fileNames[i]); in MergeTaxSummaryCommand() local
102 …hurOut("Unable to open " + fileNames[i] + ". Trying output directory " + tryPath); m->mothurOutEnd… in MergeTaxSummaryCommand()
104 ableToOpen = util.openInputFile(tryPath, in2, "noerror"); in MergeTaxSummaryCommand()
106 fileNames[i] = tryPath; in MergeTaxSummaryCommand()
H A Dchimerapintailcommand.cpp310 string tryPath = current->getDefaultPath(); in lookForShortcutFiles() local
313 … tempQuan = tryPath + util.getRootName(util.getSimpleName(baseName)) + "pintail.quan"; in lookForShortcutFiles()
315 … tempQuan = tryPath + util.getRootName(util.getSimpleName(baseName)) + "pintail.masked.quan"; in lookForShortcutFiles()
317 …tempQuan = tryPath + util.getRootName(util.getSimpleName(baseName)) + "pintail.filtered." + util.g… in lookForShortcutFiles()
319 …tempQuan = tryPath + util.getRootName(util.getSimpleName(baseName)) + "pintail.filtered." + util.g… in lookForShortcutFiles()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/
H A DBlobImpl.cs199 string tryPath = fileName + i_ext; in ServerFile()
201 while (new Sharpen.IO.File(path, tryPath).Exists()) in ServerFile()
203 tryPath = fileName + "_" + i++ + i_ext; in ServerFile()
211 fileName = tryPath; in ServerFile()
/dports/editors/jedit/installer/macros/Files/
H A DOpen_Selection.bsh38 // tryPath function {{{
39 /** tryPath
44 boolean tryPath(String sParent, String sPath)
134 if (!tryPath("", sPath) &&
135 !tryPath(getBrowserPath(), sPath))
/dports/lang/nim/nim-1.6.2/tools/vccexe/
H A Dvccenv.nim40 let tryPath = vccEnvVcVarsAllPath(tryVersion)
41 if tryPath.len > 0:
42 return tryPath
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/google/go-jsonnet/
H A Dimports.go189 func (importer *FileImporter) tryPath(dir, importedPath string) (found bool, contents Contents, fou… func
226 found, content, foundHere, err := importer.tryPath(dir, importedPath)
232 found, content, foundHere, err = importer.tryPath(importer.JPaths[i], importedPath)

12