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

Method SetUIDAndGID

Source/cmArchiveWrite.h:117–121  ·  view source on GitHub ↗

Sets UID and GID to be used in the tar file

Source from the content-addressed store, hash-verified

115
116 //! Sets UID and GID to be used in the tar file
117 void SetUIDAndGID(int uid_, int gid_)
118 {
119 this->Uid.Set(uid_);
120 this->Gid.Set(gid_);
121 }
122
123 //! Clears UID and GID to be used in the tar file - default is used instead
124 void ClearUIDAndGID()

Callers 3

generateDataTarMethod · 0.80
generateControlTarMethod · 0.80
generateDebMethod · 0.80

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected