Home
last modified time | relevance | path

Searched refs:m_xml_doc (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Host/common/
DXML.cpp394 ApplePropertyList::ApplePropertyList() : m_xml_doc(), m_dict_node() {} in ApplePropertyList()
397 : m_xml_doc(), m_dict_node() { in ApplePropertyList()
404 return m_xml_doc.GetErrors(); in GetErrors()
408 if (m_xml_doc.ParseFile(path)) { in ParseFile()
409 XMLNode plist = m_xml_doc.GetRootElement("plist"); in ParseFile()
/external/llvm-project/lldb/include/lldb/Host/
DXML.h176 XMLDocument m_xml_doc; variable