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

Method MakeFilesFullPath

Source/cmInstallCommand.cxx:2596–2602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2594}
2595
2596bool Helper::MakeFilesFullPath(char const* modeName,
2597 std::vector<std::string> const& relFiles,
2598 std::vector<std::string>& absFiles)
2599{
2600 return this->MakeFilesFullPath(
2601 modeName, this->Makefile->GetCurrentSourceDirectory(), relFiles, absFiles);
2602}
2603
2604bool Helper::MakeFilesFullPath(char const* modeName,
2605 std::string const& basePath,

Callers 2

HandleTargetsModeFunction · 0.80
HandleFilesModeFunction · 0.80

Calls 4

SetErrorMethod · 0.95
moveFunction · 0.85
push_backMethod · 0.80
cmStrCatFunction · 0.70

Tested by

no test coverage detected