Home
last modified time | relevance | path

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

/system/core/fastboot/
Dengine.cpp45 #define OP_QUERY 3 macro
251 a = queue_action(OP_QUERY, "getvar:%s", var); in fb_queue_require()
272 a = queue_action(OP_QUERY, "getvar:%s", var); in fb_queue_display()
290 a = queue_action(OP_QUERY, "getvar:%s", var); in fb_queue_query_save()
360 } else if (a->op == OP_QUERY) { in fb_execute_queue()