Searched refs:SectionIDStr (Results 1 – 2 of 2) sorted by relevance
503 std::string SectionIDStr = Mapping.substr(0, EqualsIdx); in applySpecificSectionMappings() local510 std::string FileName = SectionIDStr.substr(0, ComaIdx); in applySpecificSectionMappings()511 std::string SectionName = SectionIDStr.substr(ComaIdx + 1); in applySpecificSectionMappings()
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()