Home
last modified time | relevance | path

Searched refs:GetEnvironmentVar (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Host/windows/
H A DHostInfoWindows.cpp117 if (GetEnvironmentVar("ComSpec", shell)) in GetDefaultShell()
123 bool HostInfoWindows::GetEnvironmentVar(const std::string &var_name, in GetEnvironmentVar() function in HostInfoWindows
/llvm-project-15.0.7/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h34 static bool GetEnvironmentVar(const std::string &var_name, std::string &var);
/llvm-project-15.0.7/lldb/include/lldb/Host/windows/
H A DHostInfoWindows.h36 static bool GetEnvironmentVar(const std::string &var_name, std::string &var);
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DHostInfoPosix.cpp151 bool HostInfoPosix::GetEnvironmentVar(const std::string &var_name, in GetEnvironmentVar() function in HostInfoPosix
/llvm-project-15.0.7/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp282 if (HostInfo::GetEnvironmentVar("PATH", curr_path)) { in ConvertArgumentsForLaunchingInShell()