Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h34 static bool GetEnvironmentVar(const std::string &var_name, std::string &var);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DHostInfoPosix.cpp171 bool HostInfoPosix::GetEnvironmentVar(const std::string &var_name, in GetEnvironmentVar() function in HostInfoPosix
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcessLaunchInfo.cpp287 if (HostInfo::GetEnvironmentVar("PATH", curr_path)) { in ConvertArgumentsForLaunchingInShell()