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

/bootable/recovery/minadbd/
H A Dadb.c229 char *type, *product, *end; local
233 product = strchr(type, ':');
234 if(product) {
235 *product++ = 0;
237 product = "";
241 end = strchr(product, ':');
244 /* save product name in device structure */
245 if (t->product == NULL) {
246 t->product = strdup(product);
[all...]
H A Dadb.h187 char *product; member in struct:atransport

Completed in 89 milliseconds