Searched refs:host_env (Results 1 – 4 of 4) sorted by relevance
129 host_env = Environment(138 host_env['platform'] = common.host_platform139 host_env['machine'] = common.host_machine140 host_env['toolchain'] = 'default'141 host_env['llvm'] = False143 host_env.Tool('gallium')145 host_env['hostonly'] = True146 assert host_env['crosscompile'] == False149 env = host_env154 variant_dir = host_env['build_dir'],
918 Environment host_env = Host::GetEnvironment(); in StartDebugserverProcess() local922 std::string env_debugserver_path = host_env.lookup("LLDB_DEBUGSERVER_PATH"); in StartDebugserverProcess()1083 host_env.lookup("LLDB_DEBUGSERVER_LOG_FILE"); in StartDebugserverProcess()1098 host_env.lookup("LLDB_SERVER_LOG_CHANNELS"); in StartDebugserverProcess()1114 std::string extra_arg = host_env.lookup(env_var_name); in StartDebugserverProcess()1132 launch_info.GetEnvironment() = host_env; in StartDebugserverProcess()
1436 char **host_env = *_NSGetEnviron(); in main() local1439 for (i = 0; (env_entry = host_env[i]) != NULL; ++i) in main()
236 Environment host_env = Host::GetEnvironment();239 auto host_entry = host_env.find(KV.first());240 if (host_entry == host_env.end() || host_entry->second != KV.second)