Lines Matching refs:strFormat
226 && (strFormat == m.strFormat)
621 med.strFormat = "VDI";
623 med.strFormat = "VMDK";
625 med.strFormat = "VHD";
628 med.strFormat = "iSCSI";
693 if (med.strFormat.isEmpty()) // not set with 1.4 format above, or 1.4 Custom format?
694 if (!elmMedium.getAttributeValue("format", med.strFormat))
732 if (!elmMedium.getAttributeValue("format", med.strFormat))
735 med.strFormat = "RAW";
1162 if (t == HardDisk || RTStrICmp(mdm.strFormat.c_str(), "RAW"))
1163 pelmMedium->setAttribute("format", mdm.strFormat);