Home
last modified time | relevance | path

Searched refs:g_otaComponents (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/update/sys_installer_lite/frameworks/source/updater/
H A Dhota_updater.c100 static ComponentTableInfo *g_otaComponents = NULL; /* ota partitions info */ variable
447 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()