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

  /external/selinux/libsemanage/src/
semanage_conf.h 49 int ignore_module_cache; member in struct:semanage_conf
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;
handle.c 226 return sh->conf->ignore_module_cache;
230 int ignore_module_cache)
233 sh->conf->ignore_module_cache = ignore_module_cache;
conf-scan.l 43 ignore-module-cache return IGNORE_MODULE_CACHE;
  /external/selinux/policycoreutils/semodule/
semodule.c 50 static int ignore_module_cache; variable
255 ignore_module_cache = 1;
608 if (ignore_module_cache)
  /external/selinux/libsemanage/include/semanage/
handle.h 158 void semanage_set_ignore_module_cache(semanage_handle_t *handle, int ignore_module_cache);

Completed in 1311 milliseconds