Searched refs:SectionIDStr (Results 1 – 1 of 1) sorted by relevance
603 std::string SectionIDStr = std::string(Mapping.substr(0, EqualsIdx)); in applySpecificSectionMappings() local610 std::string FileName = SectionIDStr.substr(0, ComaIdx); in applySpecificSectionMappings()611 std::string SectionName = SectionIDStr.substr(ComaIdx + 1); in applySpecificSectionMappings()