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

Function cmVS10EscapeXML

Source/cmVisualStudio10TargetGenerator.cxx:64–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62static void ConvertToWindowsSlash(std::string& s);
63
64static std::string cmVS10EscapeXML(std::string arg)
65{
66 cmSystemTools::ReplaceString(arg, "&", "&");
67 cmSystemTools::ReplaceString(arg, "<", "&lt;");
68 cmSystemTools::ReplaceString(arg, ">", "&gt;");
69 return arg;
70}
71
72static std::string cmVS10EscapeAttr(std::string arg)
73{

Callers 6

ContentMethod · 0.85
WriteMissingFilesWP80Method · 0.85
WriteMissingFilesWP81Method · 0.85
WriteMissingFilesWS80Method · 0.85
WriteMissingFilesWS81Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…