Home
last modified time | relevance | path

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

/build/make/tools/releasetools/
Dcommon.py3193 def __init__(self, src_group=None, tgt_group=None, progress=None, argument
3195 self.src_group = src_group
3275 self._partition_updates[p].src_group = g
3362 if u.src_group and not u.tgt_group:
3366 if u.src_group and u.tgt_group and u.src_group != u.tgt_group:
3367 comment('Move partition %s from %s to default' % (p, u.src_group))
3394 if u.tgt_group and not u.src_group:
3405 if u.src_group and u.tgt_group and u.src_group != u.tgt_group: