HomeSort by relevance Sort by last modified time
    Searched defs:save_previous (Results 1 - 2 of 2) 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
89 | save_previous
175 save_previous: SAVE_PREVIOUS '=' ARG { label
177 current_conf->save_previous = 1;
179 current_conf->save_previous = 0;
356 conf->save_previous = 0;
semanage_conf.h 40 int save_previous; member in struct:semanage_conf

Completed in 78 milliseconds