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

Method ConvertToXMLOutputPath

Source/cmLocalVisualStudio7Generator.cxx:2120–2130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2118}
2119
2120std::string cmLocalVisualStudio7Generator::ConvertToXMLOutputPath(
2121 std::string const& path)
2122{
2123 std::string ret =
2124 this->ConvertToOutputFormat(path, cmOutputConverter::SHELL);
2125 cmSystemTools::ReplaceString(ret, "&", "&");
2126 cmSystemTools::ReplaceString(ret, "\"", """);
2127 cmSystemTools::ReplaceString(ret, "<", "&lt;");
2128 cmSystemTools::ReplaceString(ret, ">", "&gt;");
2129 return ret;
2130}
2131
2132std::string cmLocalVisualStudio7Generator::ConvertToXMLOutputPathSingle(
2133 std::string const& path)

Callers 6

WriteConfigurationMethod · 0.95
WriteCustomRuleMethod · 0.95
OutputLibrariesMethod · 0.80
OutputObjectsMethod · 0.80

Calls 1

ConvertToOutputFormatMethod · 0.45

Tested by

no test coverage detected