MCPcopy Create free account
hub / github.com/Kitware/CMake / EscapeForXML

Method EscapeForXML

Source/cmLocalVisualStudio7Generator.cxx:2115–2118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2113}
2114
2115std::string cmLocalVisualStudio7Generator::EscapeForXML(std::string const& s)
2116{
2117 return cmLocalVisualStudio7GeneratorEscapeForXML(s);
2118}
2119
2120std::string cmLocalVisualStudio7Generator::ConvertToXMLOutputPath(
2121 std::string const& path)

Callers 6

WriteConfigurationMethod · 0.95
OutputBuildToolMethod · 0.95
WriteCustomRuleMethod · 0.95
FinishMethod · 0.80
WriteMethod · 0.80

Tested by

no test coverage detected