Searched refs:target_expr (Results 1 – 2 of 2) sorted by relevance
/build/make/tools/releasetools/ |
D | edify_generator.py | 190 def PatchPartitionExprCheck(self, target_expr, source_expr): argument 208 target=target_expr, 335 def PatchPartitionExpr(self, target_expr, source_expr, patch_expr): argument 354 target=target_expr,
|
D | non_ab_ota.py | 429 target_expr = 'concat("{}:",{},":{}:{}")'.format( 433 script.PatchPartitionExprCheck(target_expr, source_expr) 501 target_expr = 'concat("{}:",{},":{}:{}")'.format( 505 script.PatchPartitionExpr(target_expr, source_expr, '"boot.img.p"')
|