Searched defs:bzip (Results 1 - 1 of 1) sorted by relevance

/external/selinux/libsemanage/src/
H A Ddirect_api.c371 /* bzip() a data to a file, returning the total number of compressed bytes
373 static ssize_t bzip(semanage_handle_t *sh, const char *filename, char *data, function
501 * If the file is bzip compressed map_file will uncompress
1001 bzip_status = bzip(sh, cil_path, cil_data, cil_data_len);
1003 ERR(sh, "Failed to bzip %s\n", cil_path);
2431 ret = bzip(sh, path, data, data_len);

Completed in 76 milliseconds