HomeSort by relevance Sort by last modified time
    Searched refs:kBZ2 (Results 1 - 11 of 11) sorted by null

  /external/bsdiff/include/bsdiff/
constants.h 14 kBZ2 = 1,
  /external/bsdiff/
decompressor_interface.cc 15 case CompressorType::kBZ2:
bz2_compressor.h 32 CompressorType Type() override { return CompressorType::kBZ2; }
patch_reader.cc 41 compression_type = {CompressorType::kBZ2, CompressorType::kBZ2,
42 CompressorType::kBZ2};
52 case static_cast<uint8_t>(CompressorType::kBZ2):
53 compression_type.push_back(CompressorType::kBZ2);
bsdiff_arguments.h 22 compressor_type_(CompressorType::kBZ2),
bsdiff_arguments.cc 52 return compressor_type_ == CompressorType::kBZ2;
54 return (compressor_type_ == CompressorType::kBZ2 ||
117 *type = CompressorType::kBZ2;
bsdiff_arguments_unittest.cc 19 EXPECT_EQ(CompressorType::kBZ2, type);
63 // Default arguments using BsdiffFormat::kLegacy and CompressorType::kBZ2
endsley_patch_writer.cc 51 case CompressorType::kBZ2:
patch_writer.cc 40 if (type == CompressorType::kBZ2) {
endsley_patch_writer_unittest.cc 55 EndsleyPatchWriter compressed_writer(&data_, CompressorType::kBZ2, 9);
patch_reader_unittest.cc 136 patch_data.push_back(static_cast<uint8_t>(CompressorType::kBZ2));

Completed in 177 milliseconds