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

/system/core/fastboot/
H A Dfastboot.h44 #define FB_RESPONSE_SZ 64 macro
68 extern char cur_product[FB_RESPONSE_SZ + 1];
H A Dengine.c120 response[FB_RESPONSE_SZ] = '\0';
156 char response[FB_RESPONSE_SZ+1];
167 if (!strncmp(generators[i].fs_type, response, FB_RESPONSE_SZ)) {
320 char response[FB_RESPONSE_SZ+1];
342 if (!strncmp(generators[i].fs_type, response, FB_RESPONSE_SZ)) {
597 char resp[FB_RESPONSE_SZ+1];
603 resp[FB_RESPONSE_SZ] = 0;
H A Dfastboot.c57 char cur_product[FB_RESPONSE_SZ + 1];
528 char response[FB_RESPONSE_SZ + 1];

Completed in 159 milliseconds