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

Method RenameFile

Source/cmGeneratedFileStream.cxx:227–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225#endif
226
227int cmGeneratedFileStreamBase::RenameFile(std::string const& oldname,
228 std::string const& newname)
229{
230 return cmSystemTools::RenameFile(oldname, newname);
231}
232
233void cmGeneratedFileStream::SetName(std::string const& fname)
234{

Callers 1

CloseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected