Searched refs:TestPath (Results 1 – 2 of 2) sorted by relevance
395 SmallString<128> TestPath(getSubDirectoryPath( in useUniversalCRT() local397 sys::path::append(TestPath, "stdlib.h"); in useUniversalCRT()398 return !VFS.exists(TestPath); in useUniversalCRT()437 SmallString<128> TestPath(Path); in getWindowsSDKDir() local438 sys::path::append(TestPath, "Lib", Test); in getWindowsSDKDir()439 if (VFS.exists(TestPath)) { in getWindowsSDKDir()557 StringRef TestPath = PathEntry; in findVCToolChainViaEnvironment() local558 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 …]
4978 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])