Searched refs:decompress_to_file (Results 1 – 4 of 4) sorted by relevance
243 bool decompress_to_file(const char *ext, const char *filename, int output_fd);
195 bool decompress_to_file(const char *ext, const char *filename, int output_fd) in decompress_to_file() function
603 if (!decompress_to_file(m.ext, name, fd)) { in decompress_kmodule()
1181 ret = decompress_to_file(m.ext, symfs_filename, fd); in symbol__annotate()