Searched refs:prod (Results 1 - 3 of 3) sorted by relevance

/system/core/fastboot/
H A Dfastboot.h53 void fb_queue_require(const char *prod, const char *var, int invert,
H A Dengine.c91 const char *prod; member in struct:Action
469 if (a->prod) {
470 if (strcmp(a->prod, cur_product) != 0) {
473 cur_product, a->prod, (split - a->start));
510 void fb_queue_require(const char *prod, const char *var, argument
515 a->prod = prod;
H A Dfastboot.c408 char *prod = NULL; local
421 prod = name + 20;
458 fb_queue_require(prod, name, invert, n, out);

Completed in 51 milliseconds