Home
last modified time | relevance | path

Searched defs:doc (Results 1 – 9 of 9) sorted by relevance

/device/google/cuttlefish/host/commands/cvd/server_command/
Dflags_collector.cpp34 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/
DGpxParser.cpp34 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
DKmlParser.cpp165 xmlDocPtr doc = xmlReadFile(filePath, nullptr, 0); in parseFile() local
193 xmlDocPtr doc = xmlReadMemory(str, len, NULL, NULL, 0); in parseString() local
/device/google/trout/hal/dumpstate/aidl/1.0/config/
Ddumpstate_hal_configuration_V1_0.cpp55 auto doc = make_xmlUnique(xmlParseMemory(xml.data(), xml.size())); in readBuffer() local
72 auto doc = make_xmlUnique(xmlParseFile(configFile)); in readFile() local
/device/google/cuttlefish/host/commands/start/
Dflag_forwarder.cc207 xmlDocPtr doc = xmlReadMemory(helpxml_output.c_str(), helpxml_output.size(), in FlagsForSubprocess() local
/device/google/cuttlefish/common/libs/utils/
Dflag_parser_test.cpp63 std::unique_ptr<xmlDoc, xmlFreeFunc> doc( in flagXml() local
/device/google/cuttlefish/host/commands/modem_simulator/
Dsim_service.h186 XMLDocument doc; member
Dnetwork_service.cpp194 XMLDocument doc; in InitializeSimOperator() local
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan-hpp/
DVulkanHppGenerator.cpp14512 tinyxml2::XMLDocument doc; in main() local