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

/system/core/fastboot/
H A Dengine.c102 static Action *action_last = 0; variable
210 if (action_last) {
211 action_last->next = a;
215 action_last = a;

Completed in 43 milliseconds