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

  /system/core/init/
init.h 104 struct action onrestart; /* Actions to execute on restart. */ member in struct:service
signal_handler.c 112 /* Execute all onrestart commands for this service. */
113 list_for_each(node, &svc->onrestart.commands) {
keywords.h 70 KEYWORD(onrestart, OPTION, 0, 0)
init_parser.c 642 svc->onrestart.name = "onrestart";
643 list_init(&svc->onrestart.commands);
752 list_add_tail(&svc->onrestart.commands, &cmd->clist);

Completed in 494 milliseconds