Searched refs:GetEnvironmentVar (Results 1 – 5 of 5) sorted by relevance
117 if (GetEnvironmentVar("ComSpec", shell)) in GetDefaultShell()123 bool HostInfoWindows::GetEnvironmentVar(const std::string &var_name, in GetEnvironmentVar() function in HostInfoWindows
34 static bool GetEnvironmentVar(const std::string &var_name, std::string &var);
36 static bool GetEnvironmentVar(const std::string &var_name, std::string &var);
151 bool HostInfoPosix::GetEnvironmentVar(const std::string &var_name, in GetEnvironmentVar() function in HostInfoPosix
282 if (HostInfo::GetEnvironmentVar("PATH", curr_path)) { in ConvertArgumentsForLaunchingInShell()