Searched refs:source_expr (Results 1 – 3 of 3) sorted by relevance
/build/make/tools/releasetools/ |
D | edify_generator.py | 190 def PatchPartitionExprCheck(self, target_expr, source_expr): argument 209 source=source_expr, 335 def PatchPartitionExpr(self, target_expr, source_expr, patch_expr): argument 355 source=source_expr,
|
D | ota_from_target_files | 1508 source_expr = 'concat("{}:",{},":{}:{}")'.format( 1510 script.PatchPartitionExprCheck(target_expr, source_expr) 1580 source_expr = 'concat("{}:",{},":{}:{}")'.format( 1582 script.PatchPartitionExpr(target_expr, source_expr, '"boot.img.p"')
|
D | ota_from_target_files.py | 1508 source_expr = 'concat("{}:",{},":{}:{}")'.format( 1510 script.PatchPartitionExprCheck(target_expr, source_expr) 1580 source_expr = 'concat("{}:",{},":{}:{}")'.format( 1582 script.PatchPartitionExpr(target_expr, source_expr, '"boot.img.p"')
|