Home
last modified time | relevance | path

Searched refs:ApplePropertyList (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Host/common/
DXML.cpp392 #pragma mark-- ApplePropertyList
394 ApplePropertyList::ApplePropertyList() : m_xml_doc(), m_dict_node() {} in ApplePropertyList() function in ApplePropertyList
396 ApplePropertyList::ApplePropertyList(const char *path) in ApplePropertyList() function in ApplePropertyList
401 ApplePropertyList::~ApplePropertyList() {} in ~ApplePropertyList()
403 llvm::StringRef ApplePropertyList::GetErrors() const { in GetErrors()
407 bool ApplePropertyList::ParseFile(const char *path) { in ParseFile()
422 bool ApplePropertyList::IsValid() const { return (bool)m_dict_node; } in IsValid()
424 bool ApplePropertyList::GetValueAsString(const char *key, in GetValueAsString()
428 return ApplePropertyList::ExtractStringFromValueNode(value_node, value); in GetValueAsString()
432 XMLNode ApplePropertyList::GetValueNode(const char *key) const { in GetValueNode()
[all …]
/external/llvm-project/lldb/include/lldb/Host/
DXML.h145 class ApplePropertyList {
147 ApplePropertyList();
149 ApplePropertyList(const char *path);
151 ~ApplePropertyList();
/external/llvm-project/lldb/source/Plugins/SymbolVendor/MacOSX/
DSymbolVendorMacOSX.cpp171 ApplePropertyList plist(dsym_uuid_plist_path); in CreateInstance()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp1637 ApplePropertyList system_version_plist(dyld_root_path.c_str()); in GetOSVersion()