Lines Matching refs:group
32 """Returns a gid, given a group name."""
56 owner=None, group=None):
63 'owner' and 'group' can be used to define an owner and a group for the
64 archive that is being built. If not provided, the current owner and group
95 gid = _get_gid(group)
100 tarinfo.gname = group
207 dry_run=0, owner=None, group=None):
221 'owner' and 'group' are used when creating a tar archive. By default,
222 uses the current owner and group.
247 kwargs['group'] = group