Searched refs:is_gzip (Results 1 – 1 of 1) sorted by relevance
316 bool is_gzip = IsFileExtensions(file.name, {".gz", ".gzip", ".tgz"}); in PreprocessPartitionFiles() local317 if (is_zip || is_gzip) { in PreprocessPartitionFiles()329 } else if (is_gzip) { in PreprocessPartitionFiles()