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

  /external/selinux/libsemanage/src/
conf-parse.y 64 %token BZIP_BLOCKSIZE BZIP_SMALL REMOVE_HLL
96 | bzip_small
249 bzip_small: BZIP_SMALL '=' ARG { label
251 current_conf->bzip_small = 0;
253 current_conf->bzip_small = 1;
352 conf->bzip_small = 0;
semanage_conf.h 47 int bzip_small; member in struct:semanage_conf

Completed in 89 milliseconds