Searched refs:product (Results 1 - 3 of 3) 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
H A Dtransport.c456 if (t->product)
457 free(t->product);

Completed in 66 milliseconds