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

/vbox/src/VBox/Main/xml/
H A Dovfreader.cpp68 const char *pcszTypeAttr = ""; local
95 pcszTypeAttr = pTypeAttr->getValue();
96 m_envelopeData.lang = pcszTypeAttr;
136 const char *pcszTypeAttr = pTypeAttr ? pTypeAttr->getValue() : ""; local
140 && !strcmp(pcszTypeAttr, "ovf:DiskSection_Type")
148 && !strcmp(pcszTypeAttr, "ovf:NetworkSection_Type")
172 && !strcmp(pcszTypeAttr, "ovf:VirtualSystem_Type")
180 && !strcmp(pcszTypeAttr, "ovf:VirtualSystemCollection_Type")
345 const char *pcszTypeAttr = ""; local
350 pcszTypeAttr
[all...]

Completed in 34 milliseconds