Searched refs:mapContent (Results 1 – 2 of 2) sorted by relevance
32 std::string mapContent = ReadFileToString(mapPath); in GetMaps() local33 if (mapContent.empty()) { in GetMaps()38 std::istringstream s(mapContent); in GetMaps()
262 std::string mapContent = ReadFileToString(mapPath); in ParseServiceMap() local265 if (mapContent.size() == 0) { in ParseServiceMap()269 std::istringstream s(mapContent); in ParseServiceMap()288 std::string mapContent = ReadFileToString(mapPath); in ParseDevhostMap() local291 if (mapContent.size() > 0) { in ParseDevhostMap()292 std::istringstream s(mapContent); in ParseDevhostMap()