Home
last modified time | relevance | path

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

/aosp_15_r20/system/update_engine/payload_generator/
H A Ddeflate_utils.cc291 bool is_gzip = IsFileExtensions(filename, {".gz", ".gzip", ".tgz"}); in DeflatePreprocessFileData() local
355 bool is_gzip = IsFileExtensions(file.name, {".gz", ".gzip", ".tgz"}); in PreprocessPartitionFiles() local
/aosp_15_r20/external/ltp/lib/
H A Dtst_kconfig.c76 static char is_gzip; variable
/aosp_15_r20/external/toybox/lib/
H A Ddeflate.c414 static int is_gzip(struct bitbuf *bb) in is_gzip() function