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

/system/core/fastboot/
H A Dengine.c82 static Action *action_last = 0; variable
154 if (action_last) {
155 action_last->next = a;
159 action_last = a;

Completed in 129 milliseconds