Home | History | Annotate | Download | only in fastboot

Lines Matching defs:pType

899     char *pType = pTypeBuff;
914 status = fb_getvar(usb, pType, "partition-type:%s", partition);
920 if (strcmp(type_override, pType)) {
923 partition, pType, type_override);
925 pType = (char *)type_override;
942 gen = fs_get_generator(pType);
946 fprintf(stderr, "File system type %s not supported.\n", pType);
949 fprintf(stderr, "Formatting is not supported for filesystem with type '%s'.\n", pType);