Lines Matching refs:owner
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
94 uid = _get_uid(owner)
103 tarinfo.uname = owner
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.
246 kwargs['owner'] = owner