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

Method SetPermissionsMask

Source/cmArchiveWrite.h:108–111  ·  view source on GitHub ↗

Sets the permissions mask of files/folders The permissions will be copied from the existing file or folder. The mask will then be applied to unset some of them

Source from the content-addressed store, hash-verified

106 //! or folder. The mask will then be applied to unset
107 //! some of them
108 void SetPermissionsMask(int permissionsMask_)
109 {
110 this->PermissionsMask.Set(permissionsMask_);
111 }
112
113 //! Clears permissions mask - default is used instead
114 void ClearPermissionsMask() { this->PermissionsMask.Clear(); }

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected