Home
last modified time | relevance | path

Searched refs:tgt_group (Results 1 – 1 of 1) sorted by relevance

/build/make/tools/releasetools/
Dcommon.py3577 def __init__(self, src_group=None, tgt_group=None, progress=None, argument
3580 self.tgt_group = tgt_group
3651 self._partition_updates[p].tgt_group = g
3746 if u.src_group and not u.tgt_group:
3750 if u.src_group and u.tgt_group and u.src_group != u.tgt_group:
3778 if u.tgt_group and not u.src_group:
3779 comment('Add partition %s to group %s' % (p, u.tgt_group))
3780 append('add %s %s' % (p, u.tgt_group))
3789 if u.src_group and u.tgt_group and u.src_group != u.tgt_group:
3791 (p, u.tgt_group))
[all …]