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

Method ConvertToXMLOutputPathSingle

Source/cmLocalVisualStudio7Generator.cxx:2132–2142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2130}
2131
2132std::string cmLocalVisualStudio7Generator::ConvertToXMLOutputPathSingle(
2133 std::string const& path)
2134{
2135 std::string ret =
2136 this->ConvertToOutputFormat(path, cmOutputConverter::SHELL);
2137 cmSystemTools::ReplaceString(ret, "\"", "");
2138 cmSystemTools::ReplaceString(ret, "&", "&");
2139 cmSystemTools::ReplaceString(ret, "<", "&lt;");
2140 cmSystemTools::ReplaceString(ret, ">", "&gt;");
2141 return ret;
2142}
2143
2144void cmVS7GeneratorOptions::OutputFlag(std::ostream& fout, int indent,
2145 std::string const& flag,

Callers 4

WriteConfigurationMethod · 0.95
OutputBuildToolMethod · 0.95
WriteGroupMethod · 0.95
WriteCustomRuleMethod · 0.95

Calls 1

ConvertToOutputFormatMethod · 0.45

Tested by

no test coverage detected