Searched defs:doc (Results  1 – 9 of 9) sorted by relevance
| /device/google/cuttlefish/host/commands/cvd/server_command/ | 
| D | flags_collector.cpp | 34 void XmlDocDeleter::operator()(struct _xmlDoc* doc) {  in operator ()()52 FlagInfoPtr ParseFlagNode(struct _xmlDoc* doc, xmlNode& flag) {  in ParseFlagNode()
 77 std::vector<FlagInfoPtr> ParseXml(struct _xmlDoc* doc, xmlNode* node) {  in ParseXml()
 113   struct _xmlDoc* doc =  in BuildXmlDocFromString()  local
 123 std::optional<std::vector<FlagInfoPtr>> LoadFromXml(XmlDocPtr&& doc) {  in LoadFromXml()
 
 | 
| /device/google/cuttlefish/host/libs/location/ | 
| D | GpxParser.cpp | 34 static void cleanupXmlDoc(xmlDoc *doc) {  in cleanupXmlDoc()39 static bool parseLocation(xmlNode *ptNode, xmlDoc *doc, GpsFix *result,  in parseLocation()
 143 static bool parse(xmlDoc *doc, GpsFixArray *fixes, string *error) {  in parse()
 205   xmlDocPtr doc = xmlReadFile(filePath, nullptr, 0);  in parseFile()  local
 216   xmlDocPtr doc = xmlReadMemory(str, len, NULL, NULL, 0);  in parseString()  local
 
 | 
| D | KmlParser.cpp | 165   xmlDocPtr doc = xmlReadFile(filePath, nullptr, 0);  in parseFile()  local193   xmlDocPtr doc = xmlReadMemory(str, len, NULL, NULL, 0);  in parseString()  local
 
 | 
| /device/google/trout/hal/dumpstate/aidl/1.0/config/ | 
| D | dumpstate_hal_configuration_V1_0.cpp | 55     auto doc = make_xmlUnique(xmlParseMemory(xml.data(), xml.size()));  in readBuffer()  local72     auto doc = make_xmlUnique(xmlParseFile(configFile));  in readFile()  local
 
 | 
| /device/google/cuttlefish/host/commands/start/ | 
| D | flag_forwarder.cc | 207   xmlDocPtr doc = xmlReadMemory(helpxml_output.c_str(), helpxml_output.size(),  in FlagsForSubprocess()  local
 | 
| /device/google/cuttlefish/common/libs/utils/ | 
| D | flag_parser_test.cpp | 63   std::unique_ptr<xmlDoc, xmlFreeFunc> doc(  in flagXml()  local
 | 
| /device/google/cuttlefish/host/commands/modem_simulator/ | 
| D | sim_service.h | 186     XMLDocument doc;  member
 | 
| D | network_service.cpp | 194     XMLDocument doc;  in InitializeSimOperator()  local
 | 
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan-hpp/ | 
| D | VulkanHppGenerator.cpp | 14512     tinyxml2::XMLDocument doc;  in main()  local
 |