Home
last modified time | relevance | path

Searched refs:INSTALL_M (Results 1 – 1 of 1) sorted by relevance

/external/selinux/policycoreutils/semodule/
Dsemodule.c27 NO_MODE, INSTALL_M, REMOVE_M, enumerator
206 set_mode(INSTALL_M, optarg); in parse_command_line()
212 set_mode(INSTALL_M, optarg); in parse_command_line()
225 set_mode(INSTALL_M, optarg); in parse_command_line()
292 if (commands && commands[num_commands - 1].mode == INSTALL_M) { in parse_command_line()
293 mode = INSTALL_M; in parse_command_line()
382 case INSTALL_M:{ in main()