Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dinplace_generator.cc734 const auto& map_it = the_map.find(elem); in ApplyMap() local
735 if (map_it != the_map.end()) in ApplyMap()
736 elem = map_it->second; in ApplyMap()