| 770 | } |
| 771 | |
| 772 | std::string cmCPackDragNDropGenerator::GetComponentInstallDirNameSuffix( |
| 773 | std::string const& componentName) |
| 774 | { |
| 775 | return this->GetSanitizedDirOrFileName( |
| 776 | this->GetComponentInstallSuffix(componentName)); |
| 777 | } |
| 778 | |
| 779 | void cmCPackDragNDropGenerator::WriteRezXML(std::string const& file, |
| 780 | RezDoc const& rez) |
nothing calls this directly
no test coverage detected