Searched defs:OVFReader (Results 1 - 2 of 2) 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);

Completed in 63 milliseconds