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()
557 StringRef TestPath = PathEntry; in findVCToolChainViaEnvironment() local
558 bool IsBin = sys::path::filename(TestPath).equals_insensitive("bin"); in findVCToolChainViaEnvironment()
561 TestPath = sys::path::parent_path(TestPath); in findVCToolChainViaEnvironment()
562 IsBin = sys::path::filename(TestPath).equals_insensitive("bin"); in findVCToolChainViaEnvironment()
[all …]
/freebsd/crypto/openssh/
H A Dconfigure.ac4978 TestPath="$PATH"
4979 TestPath="${TestPath}${PATH_SEPARATOR}/usr/X/bin"
4980 TestPath="${TestPath}${PATH_SEPARATOR}/usr/bin/X11"
4981 TestPath="${TestPath}${PATH_SEPARATOR}/usr/X11R6/bin"
4982 TestPath="${TestPath}${PATH_SEPARATOR}/usr/openwin/bin"
4983 AC_PATH_PROG([xauth_path], [xauth], , [$TestPath])