OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 58 milliseconds