Home
last modified time | relevance | path

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

/system/core/init/
Dinit.c518 static struct command *get_next_command(struct action *act, struct command *cmd) in get_next_command() function
547 cur_command = get_next_command(cur_action, cur_command); in execute_one_command()