Home | History | Annotate | Download | only in fastboot

Lines Matching defs:partition_name

694         const char* partition_name = val[0];
696 if (!fb_getvar(transport, std::string("has-slot:") + partition_name, &has_slot) ||
698 die("device doesn't have required partition %s!", partition_name);
702 if (images[i].nickname && !strcmp(images[i].nickname, partition_name)) {
709 partition_name);