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

/system/core/fastboot/
H A Dengine.c90 const char *prod; member in struct:Action
451 if (a->prod) {
452 if (strcmp(a->prod, cur_product) != 0) {
455 cur_product, a->prod, (split - a->start));
492 void fb_queue_require(const char *prod, const char *var, argument
497 a->prod = prod;
H A Dfastboot.c459 char *prod = NULL; local
472 prod = name + 20;
509 fb_queue_require(prod, name, invert, n, out);

Completed in 155 milliseconds