Searched refs:ActionType (Results 1 - 5 of 5) sorted by relevance
/base/update/packaging_tools/ |
H A D | transfers_manager.py | 34 class ActionType(Enum): class 106 ActionType.ZERO, tgt_file_name, FILE_MAP_ZERO_KEY, 113 ActionInfo(ActionType.NEW, tgt_file_name, 119 ActionType.DIFFERENT, tgt_file_name, tgt_file_name, 131 ActionType.DIFFERENT, tgt_file_name, src_file_name, 139 ActionInfo(ActionType.NEW, tgt_file_name,
|
H A D | patch_package_process.py | 24 from transfers_manager import ActionType
namespace 77 if each_action.type_str == ActionType.ZERO:
81 elif each_action.type_str == ActionType.NEW:
86 elif each_action.type_str == ActionType.DIFFERENT:
143 each_action.type_str = ActionType.MOVE
156 each_action.type_str = ActionType.NEW
196 transfer_content, ActionType.ZERO,
225 transfer_content.replace("ActionType.MOVE", "move")
227 transfer_content.replace("ActionType.ZERO", "zero")
229 transfer_content.replace("ActionType [all...] |
/base/update/packaging_tools/test/ |
H A D | test_inc.py | 19 from transfers_manager import ActionType namespace 51 ActionType.NEW, "test.txt", "test.txt", bm1, bm2)
|
H A D | test_utils.py | 33 from transfers_manager import ActionType namespace 168 ActionType.ZERO, "tgt_file_name", "__ZERO",
|
/base/startup/init/interfaces/innerkits/control_fd/ |
H A D | control_fd.h | 73 } ActionType; typedef
|
Completed in 2 milliseconds