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

  /external/selinux/libsemanage/src/
conf-parse.y 62 %token MODULE_STORE VERSION EXPAND_CHECK FILE_MODE SAVE_PREVIOUS SAVE_LINKED TARGET_PLATFORM COMPILER_DIR IGNORE_MODULE_CACHE STORE_ROOT
86 | ignore_module_cache
128 ignore_module_cache: IGNORE_MODULE_CACHE '=' ARG { label
130 current_conf->ignore_module_cache = 1;
132 current_conf->ignore_module_cache = 0;
353 conf->ignore_module_cache = 0;
semanage_conf.h 49 int ignore_module_cache; member in struct:semanage_conf
  /external/selinux/policycoreutils/semodule/
semodule.c 51 static int ignore_module_cache; variable
278 ignore_module_cache = 1;
746 if (ignore_module_cache)

Completed in 79 milliseconds