Searched refs:type_str (Results 1 – 2 of 2) sorted by relevance
/base/update/packaging_tools/ |
D | patch_package_process.py | 77 if each_action.type_str == ActionType.ZERO: 81 elif each_action.type_str == ActionType.NEW: 86 elif each_action.type_str == ActionType.DIFFERENT: 94 each_action.type_str) 108 each_action.type_str, each_action.tgt_name, 112 each_action.type_str, each_action.tgt_block_set) 121 each_action.type_str, each_action.tgt_name, 126 if self.write_split_transfers(transfer_content, each_action.type_str, 143 each_action.type_str = ActionType.MOVE 145 each_action.type_str, each_action.tgt_name, [all …]
|
D | transfers_manager.py | 42 def __init__(self, type_str, tgt_name, src_name, tgt_block_set, argument 44 self.type_str = type_str
|