Searched refs:mapContent (Results 1 – 3 of 3) sorted by relevance
32 std::string mapContent = ReadFileToString(mapPath); in GetMaps() local33 if (mapContent.empty()) { in GetMaps()38 std::istringstream s(mapContent); in GetMaps()
277 std::string mapContent = ReadFileToString(mapPath); in ParseMap() local278 if (mapContent.size() > 0) { in ParseMap()279 std::istringstream s(mapContent); in ParseMap()
283 std::string mapContent = ReadFileToString(mapPath); in ParseMap() local288 if (mapContent.size() > 0) { in ParseMap()289 std::istringstream s(mapContent); in ParseMap()