Home
last modified time | relevance | path

Searched refs:doc (Results 1 – 7 of 7) sorted by relevance

/base/hiviewdfx/hiview/plugins/freeze_detector/
Drule_cluster.cpp77 xmlDoc* doc = xmlReadFile(file.c_str(), nullptr, 0); in ParseRuleFile() local
78 if (doc == nullptr) { in ParseRuleFile()
83 xmlNode* root = xmlDocGetRootElement(doc); in ParseRuleFile()
86 xmlFreeDoc(doc); in ParseRuleFile()
87 doc = nullptr; in ParseRuleFile()
101 xmlFreeDoc(doc); in ParseRuleFile()
102 doc = nullptr; in ParseRuleFile()
/base/global/i18n/frameworks/intl/src/
Di18n_timezone.cpp716 xmlDocPtr doc = xmlParseFile(xmlPath); in ReadTimeZoneData() local
717 if (!doc) { in ReadTimeZoneData()
720 xmlNodePtr cur = xmlDocGetRootElement(doc); in ReadTimeZoneData()
722 xmlFreeDoc(doc); in ReadTimeZoneData()
749 xmlFreeDoc(doc); in ReadTimeZoneData()
823 xmlDocPtr doc = xmlParseFile(xmlPath.c_str()); in FindCityDisplayNameFromXml() local
824 if (!doc) { in FindCityDisplayNameFromXml()
828 xmlNodePtr cur = xmlDocGetRootElement(doc); in FindCityDisplayNameFromXml()
830 xmlFreeDoc(doc); in FindCityDisplayNameFromXml()
861 xmlFreeDoc(doc); in FindCityDisplayNameFromXml()
[all …]
Dlocale_config.cpp582 xmlDocPtr doc = xmlParseFile(path); in GetListFromFile() local
583 if (!doc) { in GetListFromFile()
586 xmlNodePtr cur = xmlDocGetRootElement(doc); in GetListFromFile()
588 xmlFreeDoc(doc); in GetListFromFile()
603 xmlFreeDoc(doc); in GetListFromFile()
741 xmlDocPtr doc = xmlParseFile(SUPPORT_LOCALES_PATH); in ComputeLocale() local
742 if (!doc) { in ComputeLocale()
745 xmlNodePtr cur = xmlDocGetRootElement(doc); in ComputeLocale()
747 xmlFreeDoc(doc); in ComputeLocale()
791 xmlDocPtr doc = xmlParseFile(langDataPath); in ReadLangData() local
[all …]
Dtaboo.cpp134 xmlDocPtr doc = xmlParseFile(path.c_str()); in ParseTabooData() local
135 if (doc == nullptr) { in ParseTabooData()
139 xmlNodePtr cur = xmlDocGetRootElement(doc); in ParseTabooData()
141 xmlFreeDoc(doc); in ParseTabooData()
/base/print/print_fwk/etc/init/
Dcups-files.conf44 DocumentRoot /data/service/el1/public/cups/doc
/base/global/i18n/frameworks/zone/src/
Dzone_util.cpp324 xmlDocPtr doc = xmlParseFile(COUNTRY_ZONE_DATA_PATH); in GetCountryZones() local
325 if (!doc) { in GetCountryZones()
329 xmlNodePtr cur = xmlDocGetRootElement(doc); in GetCountryZones()
331 xmlFreeDoc(doc); in GetCountryZones()
359 xmlFreeDoc(doc); in GetCountryZones()
/base/startup/hvb/
DREADME_zh.md39 > 此方案依赖内核开启[dm-verity](https://www.kernel.org/doc/html/latest/admin-guide/device-mapper/verity.htm…