Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h35 static bool GetEnvironmentVar(const std::string &var_name, std::string &var);
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DHostInfoPosix.cpp152 bool HostInfoPosix::GetEnvironmentVar(const std::string &var_name, in GetEnvironmentVar() function in HostInfoPosix
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp278 if (HostInfo::GetEnvironmentVar("PATH", curr_path)) { in ConvertArgumentsForLaunchingInShell()