Searched refs:bunzip (Results 1 - 2 of 2) sorted by relevance

/external/selinux/libsemanage/src/
H A Ddirect_api.h44 ssize_t bunzip(struct semanage_handle *sh, FILE *f, char **data);
H A Ddirect_api.c428 /* bunzip() a file to '*data', returning the total number of uncompressed bytes
430 ssize_t bunzip(semanage_handle_t *sh, FILE *f, char **data) function
527 if ((size = bunzip(sh, file, &uncompress)) > 0) {

Completed in 77 milliseconds