Home
last modified time | relevance | path

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

/external/selinux/policycoreutils/semodule/
Dsemodule.c28 NO_MODE, INSTALL_M, REMOVE_M, EXTRACT_M, CIL_M, HLL_M, enumerator
217 set_mode(INSTALL_M, optarg); in parse_command_line()
223 set_mode(INSTALL_M, optarg); in parse_command_line()
248 set_mode(INSTALL_M, optarg); in parse_command_line()
320 if (commands && commands[num_commands - 1].mode == INSTALL_M) { in parse_command_line()
321 mode = INSTALL_M; in parse_command_line()
412 case INSTALL_M:{ in main()