Lines Matching refs:partitionName
178 if (uevent->partitionName == NULL) {
184 } else if (strstr(devices[i], uevent->partitionName) != NULL ||
185 strstr(uevent->partitionName, "vendor") != NULL ||
186 strstr(uevent->partitionName, "system") != NULL ||
187 strstr(uevent->partitionName, "chipset") != NULL ||
188 strstr(uevent->partitionName, "boot") != NULL ||
189 strstr(uevent->partitionName, "ramdisk") != NULL ||
190 strstr(uevent->partitionName, "rvt") != NULL ||
191 strstr(uevent->partitionName, "dtbo") != NULL) {
192 INIT_LOGI("Handle required partitionName %s", uevent->partitionName);
197 INIT_LOGW("Not found device for partitionName %s ", uevent->partitionName);
227 uevent->partitionName = event + strlen("PARTNAME=");
256 uevent->partitionName, uevent->partitionNum,
272 uevent->partitionName = NULL;