Searched refs:SectionIDStr (Results 1 – 2 of 2) sorted by relevance
498 std::string SectionIDStr = Mapping.substr(0, EqualsIdx); in applySpecificSectionMappings() local505 std::string FileName = SectionIDStr.substr(0, ComaIdx); in applySpecificSectionMappings()506 std::string SectionName = SectionIDStr.substr(ComaIdx + 1); in applySpecificSectionMappings()
602 std::string SectionIDStr = std::string(Mapping.substr(0, EqualsIdx)); in applySpecificSectionMappings() local609 std::string FileName = SectionIDStr.substr(0, ComaIdx); in applySpecificSectionMappings()610 std::string SectionName = SectionIDStr.substr(ComaIdx + 1); in applySpecificSectionMappings()