Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp391 SmallString<128> TestPath(getSubDirectoryPath( in useUniversalCRT() local
393 sys::path::append(TestPath, "stdlib.h"); in useUniversalCRT()
394 return !VFS.exists(TestPath); in useUniversalCRT()
433 SmallString<128> TestPath(Path); in getWindowsSDKDir() local
434 sys::path::append(TestPath, "Lib", Test); in getWindowsSDKDir()
435 if (VFS.exists(TestPath)) { in getWindowsSDKDir()
553 StringRef TestPath = PathEntry; in findVCToolChainViaEnvironment() local
554 bool IsBin = sys::path::filename(TestPath).equals_insensitive("bin"); in findVCToolChainViaEnvironment()
557 TestPath = sys::path::parent_path(TestPath); in findVCToolChainViaEnvironment()
558 IsBin = sys::path::filename(TestPath).equals_insensitive("bin"); in findVCToolChainViaEnvironment()
[all …]
/freebsd-14.2/crypto/openssh/
H A Dconfigure.ac4954 TestPath="$PATH"
4955 TestPath="${TestPath}${PATH_SEPARATOR}/usr/X/bin"
4956 TestPath="${TestPath}${PATH_SEPARATOR}/usr/bin/X11"
4957 TestPath="${TestPath}${PATH_SEPARATOR}/usr/X11R6/bin"
4958 TestPath="${TestPath}${PATH_SEPARATOR}/usr/openwin/bin"
4959 AC_PATH_PROG([xauth_path], [xauth], , [$TestPath])