Searched refs:REPLACE_XZ (Results 1 – 11 of 11) sorted by relevance
64 REPLACE_XZ = _CLASS.REPLACE_XZ variable in OpType68 DISCARD, REPLACE_XZ, PUFFDIFF, BROTLI_BSDIFF)78 REPLACE_XZ: 'REPLACE_XZ',
264 elif op.type == common.OpType.REPLACE_XZ:542 common.OpType.REPLACE_XZ):
53 'REPLACE_XZ': common.OpType.REPLACE_XZ,645 op.type = common.OpType.REPLACE_XZ902 if op_type == common.OpType.REPLACE_XZ:1242 common.OpType.REPLACE_XZ) and (fail_src_extents or
1073 elif (op.type == common.OpType.REPLACE_XZ and1151 common.OpType.REPLACE_XZ: 0,1164 common.OpType.REPLACE_XZ: 0,
63 case InstallOperation::REPLACE_XZ: in InstallOperationTypeName()
723 case InstallOperation::REPLACE_XZ: in Write()1004 operation.type() == InstallOperation::REPLACE_XZ); in PerformReplaceOperation()1024 } else if (operation.type() == InstallOperation::REPLACE_XZ) { in PerformReplaceOperation()
541 aop.op.set_type(InstallOperation::REPLACE_XZ); in TEST_F()
233 case InstallOperation::REPLACE_XZ: in OperationAllowed()
780 if (version.OperationAllowed(InstallOperation::REPLACE_XZ)) { in GenerateBestFullOperation()783 *out_type = InstallOperation::REPLACE_XZ; in GenerateBestFullOperation()1016 op_type == InstallOperation::REPLACE_XZ); in IsAReplaceOperation()
82 // - REPLACE_XZ: Replace the dst_extents with the contents of the attached172 REPLACE_XZ = 8; // Replace destination extents w/ attached xz data. enumerator