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

/system/core/fastboot/
H A Dengine.cpp57 const char* prod; member in struct:Action
206 if (a->prod) {
207 if (strcmp(a->prod, cur_product) != 0) {
210 cur_product, a->prod, (split - a->start));
245 void fb_queue_require(const char *prod, const char *var, argument
250 a->prod = prod;
H A Dfastboot.h58 void fb_queue_require(const char *prod, const char *var, bool invert,
H A Dfastboot.cpp639 char *prod = nullptr; local
652 prod = name + 20;
696 fb_queue_require(prod, var, invert, n, out);

Completed in 176 milliseconds