HomeSort by relevance Sort by last modified time
    Searched refs:bunzip (Results 1 - 2 of 2) sorted by null

  /external/selinux/libsemanage/src/
direct_api.h 44 ssize_t bunzip(struct semanage_handle *sh, FILE *f, char **data);
direct_api.c 428 /* 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) {
    [all...]

Completed in 102 milliseconds