Searched defs:trigger (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Dinit_parser.c504 void action_for_each_trigger(const char *trigger, argument
511 if (!strcmp(act->name, trigger)) {
553 ERROR("property name too long in trigger %s", act->name);
558 /* does the property exist, and match the trigger value? */
825 parse_error(state, "actions must have a trigger\n");

Completed in 1072 milliseconds