Home
last modified time | relevance | path

Searched refs:host_env (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/
DSConstruct129 host_env = Environment(
138 host_env['platform'] = common.host_platform
139 host_env['machine'] = common.host_machine
140 host_env['toolchain'] = 'default'
141 host_env['llvm'] = False
143 host_env.Tool('gallium')
145 host_env['hostonly'] = True
146 assert host_env['crosscompile'] == False
149 env = host_env
154 variant_dir = host_env['build_dir'],
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.cpp918 Environment host_env = Host::GetEnvironment(); in StartDebugserverProcess() local
922 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()
/external/llvm-project/lldb/tools/debugserver/source/
Ddebugserver.cpp1436 char **host_env = *_NSGetEnviron(); in main() local
1439 for (i = 0; (env_entry = host_env[i]) != NULL; ++i) in main()
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHost.mm236 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)