Lines Matching defs:KV
129 for (const auto &KV : target) {
132 auto host_it = host.find(KV.first());
133 if (host_it == host.end() || host_it->second != KV.second)
134 set_env.push_back(Environment::compose(KV));
139 for (const auto &KV : host) {
142 if (target.count(KV.first()) == 0)
143 unset_env.push_back(KV.first());
205 for (const auto &KV : GetGlobalProperties().GetEmulatorEnvVars())
206 emulator_env[KV.first()] = KV.second;
248 for (const auto &KV : GetGlobalProperties().GetTargetEnvVars())
249 env[KV.first()] = KV.second;