Searched refs:g_otaComponents (Results 1 – 1 of 1) sorted by relevance
100 static ComponentTableInfo *g_otaComponents = NULL; /* ota partitions info */ variable447 for (unsigned int i = 0; g_otaComponents[i].imgPath != NULL; i++) { in GetCurrentDloadCompPartition()448 if (strncmp((const char *)(g_otaComponents[i].componentName), in GetCurrentDloadCompPartition()451 *partition = g_otaComponents[i].id; in GetCurrentDloadCompPartition()599 g_otaComponents = (ComponentTableInfo *)HotaHalGetPartitionInfo(); in HotaInit()