Searched refs:TestPath (Results 1 – 2 of 2) sorted by relevance
391 SmallString<128> TestPath(getSubDirectoryPath( in useUniversalCRT() local393 sys::path::append(TestPath, "stdlib.h"); in useUniversalCRT()394 return !VFS.exists(TestPath); in useUniversalCRT()433 SmallString<128> TestPath(Path); in getWindowsSDKDir() local434 sys::path::append(TestPath, "Lib", Test); in getWindowsSDKDir()435 if (VFS.exists(TestPath)) { in getWindowsSDKDir()553 StringRef TestPath = PathEntry; in findVCToolChainViaEnvironment() local554 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 …]
4954 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])