Searched refs:OVFReader (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/xml/
H A Dovfreader.cpp38 OVFReader::OVFReader(const void *pvBuf, size_t cbSize, const RTCString &path) function in class:OVFReader
54 OVFReader::OVFReader(const RTCString &path) function in class:OVFReader
64 void OVFReader::parse()
127 void OVFReader::LoopThruSections(const xml::ElementNode *pReferencesElem,
201 void OVFReader::HandleDiskSection(const xml::ElementNode *pReferencesElem,
300 void OVFReader::HandleNetworkSection(const xml::ElementNode * /* pSectionElem */)
327 void OVFReader::HandleVirtualSystemContent(const xml::ElementNode *pelmVirtualSystem)
/vbox/src/VBox/Main/include/
H A Dovfreader.h36 * Thrown by OVFReader for any kind of error that is not an XML error but
546 * A list of VirtualSystem structs is created by OVFReader::read(). Each refers to
607 // Class OVFReader
612 * OVFReader attempts to open, read in and parse an OVF XML file. This is all done
619 OVFReader *pReader = NULL;
633 class OVFReader class in namespace:ovf
636 OVFReader(const void *pvBuf, size_t cbSize, const RTCString &path);
637 OVFReader(const RTCString &path);
H A DApplianceImplPrivate.h91 ovf::OVFReader *pReader;
H A DApplianceImpl.h48 class OVFReader;
/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp170 else if (vsysThis.strTypeVBox.isNotEmpty()) // OVFReader has found vbox:OSType
1146 m->pReader = new ovf::OVFReader(pvTmpBuf, cbSize, pTask->locInfo.strPath);
3977 const ovf::OVFReader &reader = *m->pReader;

Completed in 768 milliseconds