Searched refs:tmp_map (Results 1 – 1 of 1) sorted by relevance
90 std::map<std::string, std::string> tmp_map; in CreateDevMap() local91 tmp_map.insert(std::pair<std::string, std::string>("INVALID", "INVALID")); in CreateDevMap()92 return tmp_map; in CreateDevMap()97 std::map<std::string, int> tmp_map; in CreateFdMap() local98 tmp_map.insert(std::pair<std::string, int>("INVALID", 0)); in CreateFdMap()99 return tmp_map; in CreateFdMap()