Home
last modified time | relevance | path

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

/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/1.1/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.cc212 xmlDocPtr doc = xmlReadMemory(helpxml_output.c_str(), helpxml_output.size(), in FlagsForSubprocess() local
/device/google/cuttlefish/host/commands/modem_simulator/
Dsim_service.h186 XMLDocument doc; member
Dnetwork_service.cpp201 XMLDocument doc; in InitializeSimOperator() local
/device/google/cuttlefish/common/libs/utils/
Dflag_parser_test.cpp84 std::unique_ptr<xmlDoc, xmlFreeFunc> doc( in flagXml() local