Searched refs:imploded (Results 1 – 1 of 1) sorted by relevance
116 std::stringstream imploded; in PartitionHash() local117 std::copy(info.begin(), info.end(), std::ostream_iterator<std::string>(imploded, "\n")); in PartitionHash()123 prog_args.push_back(SEARCH_PATH + imploded.str()); // Pass in the save location in PartitionHash()