HomeSort by relevance Sort by last modified time
    Searched refs:onrestart (Results 1 - 4 of 4) sorted by null

  /system/core/init/
init.h 105 struct action onrestart; /* Actions to execute on restart. */ member in struct:service
signal_handler.c 110 /* Execute all onrestart commands for this service. */
111 list_for_each(node, &svc->onrestart.commands) {
keywords.h 68 KEYWORD(onrestart, OPTION, 0, 0)
init_parser.c 635 svc->onrestart.name = "onrestart";
636 list_init(&svc->onrestart.commands);
745 list_add_tail(&svc->onrestart.commands, &cmd->clist);

Completed in 186 milliseconds