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

  /system/core/init/
init.h 103 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 639 svc->onrestart.name = "onrestart";
640 list_init(&svc->onrestart.commands);
749 list_add_tail(&svc->onrestart.commands, &cmd->clist);

Completed in 36 milliseconds