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

/system/core/fastboot/
H A Dengine.cpp59 const char* prod; member in struct:Action
208 if (a->prod) {
209 if (strcmp(a->prod, cur_product) != 0) {
212 cur_product, a->prod, (split - a->start));
247 void fb_queue_require(const char *prod, const char *var, argument
252 a->prod = prod;
H A Dfastboot.cpp635 char *prod = nullptr; local
648 prod = name + 20;
692 fb_queue_require(prod, var, invert, n, out);

Completed in 168 milliseconds