Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Ddeflate_utils.cc316 bool is_gzip = IsFileExtensions(file.name, {".gz", ".gzip", ".tgz"}); in PreprocessPartitionFiles() local
317 if (is_zip || is_gzip) { in PreprocessPartitionFiles()
329 } else if (is_gzip) { in PreprocessPartitionFiles()