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