HomeSort by relevance Sort by last modified time
    Searched refs:cur_product (Results 1 - 3 of 3) sorted by null

  /system/core/fastboot/
fastboot.h 71 extern char cur_product[FB_RESPONSE_SZ + 1];
fastboot.c 60 char cur_product[FB_RESPONSE_SZ + 1]; variable
737 fb_queue_query_save("product", cur_product, sizeof(cur_product));
811 fb_queue_query_save("product", cur_product, sizeof(cur_product));
    [all...]
engine.c 238 if (strcmp(a->prod, cur_product) != 0) {
241 cur_product, a->prod, (split - a->start));

Completed in 2254 milliseconds