Home
last modified time | relevance | path

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

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