Home
last modified time | relevance | path

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

/build/make/tools/releasetools/
Dcommon.py3201 def src_size(self): member in DynamicPartitionUpdate
3220 def __init__(self, src_size=None, tgt_size=None): argument
3222 self.src_size = src_size
3288 if u.src_size)
3307 self._group_updates[g].src_size = int(source_info_dict.get(
3315 if u.src_size and u.tgt_size and u.src_size > u.tgt_size:
3333 if u.src_size and u.tgt_size and u.src_size > u.tgt_size:
3338 if u.tgt_size and u.src_size <= u.tgt_size:
3371 if u.src_size and u.tgt_size and u.src_size > u.tgt_size:
3373 (p, u.src_size, u.tgt_size))
[all …]