Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/updater_binary/
H A Dupdate_partitions.cpp52 cJSON *thisPartition = cJSON_GetArrayItem(partitions, idx); in SetPartitionInfo() local
53 if (thisPartition == nullptr) { in SetPartitionInfo()
57 cJSON *item = cJSON_GetObjectItem(thisPartition, "start"); in SetPartitionInfo()
64 item = cJSON_GetObjectItem(thisPartition, "length"); in SetPartitionInfo()
73 item = cJSON_GetObjectItem(thisPartition, "partName"); in SetPartitionInfo()
80 item = cJSON_GetObjectItem(thisPartition, "fsType"); in SetPartitionInfo()