| 1644 | } |
| 1645 | |
| 1646 | std::string cmCPackGenerator::GetComponentInstallDirNameSuffix( |
| 1647 | std::string const& componentName) |
| 1648 | { |
| 1649 | return this->GetSanitizedDirOrFileName( |
| 1650 | this->GetComponentInstallSuffix(componentName)); |
| 1651 | } |
| 1652 | |
| 1653 | std::string cmCPackGenerator::GetComponentPackageFileName( |
| 1654 | std::string const& initialPackageFileName, |
no test coverage detected