Lines Matching refs:variable
32 const char *variable; member
37 .variable = "version",
41 .variable = "version-bootloader",
45 .variable = "downloadsize",
49 .variable = "max-download-size",
53 .variable = "serialno",
57 .variable = "version-baseband",
61 .variable = "product",
65 .variable = "platform",
69 .variable = "current-slot",
74 .variable = "has-slot",
80 .variable = "partition-type",
86 .variable = "partition-size",
91 .variable = "is-userspace",
284 getvar_dispatch[current_all_dispatch].variable, in fastboot_getvar_all()
332 if (!strcmp(getvar_dispatch[i].variable, in fastboot_getvar()