Home
last modified time | relevance | path

Searched refs:TestPath (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp395 SmallString<128> TestPath(getSubDirectoryPath( in useUniversalCRT() local
397 sys::path::append(TestPath, "stdlib.h"); in useUniversalCRT()
398 return !VFS.exists(TestPath); in useUniversalCRT()
437 SmallString<128> TestPath(Path); in getWindowsSDKDir() local
438 sys::path::append(TestPath, "Lib", Test); in getWindowsSDKDir()
439 if (VFS.exists(TestPath)) { in getWindowsSDKDir()
570 StringRef TestPath = PathEntry; in findVCToolChainViaEnvironment() local
571 bool IsBin = sys::path::filename(TestPath).equals_insensitive("bin"); in findVCToolChainViaEnvironment()
574 TestPath = sys::path::parent_path(TestPath); in findVCToolChainViaEnvironment()
575 IsBin = sys::path::filename(TestPath).equals_insensitive("bin"); in findVCToolChainViaEnvironment()
[all …]
/freebsd/crypto/openssh/
H A Dconfigure.ac5133 TestPath="$PATH"
5134 TestPath="${TestPath}${PATH_SEPARATOR}/usr/X/bin"
5135 TestPath="${TestPath}${PATH_SEPARATOR}/usr/bin/X11"
5136 TestPath="${TestPath}${PATH_SEPARATOR}/usr/X11R6/bin"
5137 TestPath="${TestPath}${PATH_SEPARATOR}/usr/openwin/bin"
5138 AC_PATH_PROG([xauth_path], [xauth], , [$TestPath])