Home
last modified time | relevance | path

Searched refs:IsCompressorSupported (Results 1 – 2 of 2) sorted by relevance

/external/bsdiff/
Dbsdiff_arguments.cc54 if (IsCompressorSupported(CompressorType::kBrotli) && in IsValid()
62 IsCompressorSupported(CompressorType::kBZ2); in IsValid()
64 if (IsCompressorSupported(CompressorType::kNoCompression)) { in IsValid()
110 IsCompressorSupported(CompressorType::kBrotli) && brotli_quality_ == -1) { in ParseCommandLine()
112 } else if (!IsCompressorSupported(CompressorType::kBrotli) && in ParseCommandLine()
212 bool BsdiffArguments::IsCompressorSupported(CompressorType type) const { in IsCompressorSupported() function in bsdiff::BsdiffArguments
Dbsdiff_arguments.h68 bool IsCompressorSupported(CompressorType type) const;