Home
last modified time | relevance | path

Searched defs:op_type (Results 1 – 10 of 10) sorted by relevance

/system/update_engine/payload_consumer/
Dpayload_constants.cc49 const char* InstallOperationTypeName(InstallOperation::Type op_type) { in InstallOperationTypeName()
/system/update_engine/lz4diff/
Dlz4diff.cc185 InstallOperation::Type* op_type) noexcept { in Lz4Diff()
238 InstallOperation::Type* op_type) noexcept { in Lz4Diff()
/system/update_engine/common/
Dcow_operation_convert_unittest.cc94 ::chromeos_update_engine::InstallOperation_Type op_type, in AddOperation()
108 ::chromeos_update_engine::CowMergeOperation_Type op_type, in AddMergeOperation()
/system/update_engine/payload_generator/
Dfull_update_generator.cc102 InstallOperation::Type op_type; in ProcessChunk() local
Ddelta_diff_utils.cc220 InstallOperation::Type op_type{}; in GenerateBestDiffOperation() local
1075 InstallOperation::Type op_type{}; in ReadExtentsToDiff() local
1138 bool IsAReplaceOperation(InstallOperation::Type op_type) { in IsAReplaceOperation()
1144 bool IsNoSourceOperation(InstallOperation::Type op_type) { in IsNoSourceOperation()
Dab_generator.cc278 InstallOperation::Type op_type; in AddDataAndSetType() local
Dmerge_sequence_generator.cc31 CowMergeOperation::Type op_type, in CreateCowMergeOperation()
/system/update_engine/scripts/update_payload/
Dtest_utils.py197 def AddOperation(self, part_name, op_type, data_offset=None, argument
287 def AddOperationWithData(self, part_name, op_type, src_extents=None, argument
/system/update_engine/scripts/
Dpayload_info_unittest.py61 def __init__(self, src_extents, dst_extents, op_type, **kwargs): argument
/system/keymint/hal/src/
Dlib.rs220 let op_type = in channel_execute() localVariable