Lines Matching defs:split
782 char* split = strchr(line, '=');784 if (!split)786 // Split the line on the = and advance |split|.787 *(split++) = 0;789 std::string value = split;