Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp534 if (std::optional<std::string> PathEnv = sys::Process::GetEnv("PATH")) { in findVCToolChainViaEnvironment() local
536 StringRef(*PathEnv).split(PathEntries, sys::EnvPathSeparator); in findVCToolChainViaEnvironment()
/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc73 if (const char *PathEnv = std::getenv("PATH")) {
74 SplitString(PathEnv, EnvironmentPaths, ":");