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

Method Apply

Source/CPack/WiX/cmWIXAccessControlList.cxx:20–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20bool cmWIXAccessControlList::Apply()
21{
22 auto entries = this->InstalledFile.GetPropertyAsList("CPACK_WIX_ACL");
23
24 for (auto const& entry : entries) {
25 this->CreatePermissionElement(entry);
26 }
27
28 return true;
29}
30
31void cmWIXAccessControlList::CreatePermissionElement(std::string const& entry)
32{

Callers 2

EmitComponentFileMethod · 0.80

Calls 2

GetPropertyAsListMethod · 0.80

Tested by

no test coverage detected