Searched refs:tzPathMap (Results 1 – 1 of 1) sorted by relevance
191 std::map<std::string, std::string> tzPathMap; in ParseThermalZoneInfo() local200 tzPathMap.insert(std::make_pair(tzType, iter->tempPath)); in ParseThermalZoneInfo()208 auto typeIter = tzPathMap.find(tzIter.first); in ParseThermalZoneInfo()209 if (typeIter != tzPathMap.end()) { in ParseThermalZoneInfo()