Searched defs:strLun (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/xml/
H A DSettings.cpp636 Utf8Str strUser, strServer, strPort, strTarget, strLun; local
659 if (pelmImage->getAttributeValue("lun", strLun))
662 med.strLocation.append(strLun);
674 if (strLun.length())
675 med.properties["LUN"] = strLun;

Completed in 48 milliseconds