Home
last modified time | relevance | path

Searched refs:env_dict (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/gtest/scons/
DSConstruct.common46 self.env_dict = {}
235 self.env_dict[name] = env
329 env = self.env_dict[build_name]
/external/lldb/source/Target/
DTarget.cpp2458 …OptionValueDictionary *env_dict = GetPropertyAtIndexAsOptionValueDictionary (NULL, ePropertyEnvVar… in GetHostEnvironmentIfNeeded() local
2459 if (env_dict) in GetHostEnvironmentIfNeeded()
2483env_dict->SetValueForKey(key, OptionValueSP(new OptionValueString(value)), can_replace); in GetHostEnvironmentIfNeeded()