Home
last modified time | relevance | path

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

/system/core/fastboot/
Dengine.cpp73 static Action *action_last = 0; variable
119 if (action_last) { in queue_action()
120 action_last->next = a; in queue_action()
124 action_last = a; in queue_action()