Searched defs:doc (Results 1 – 7 of 7) sorted by relevance
/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() local 193 xmlDocPtr doc = xmlReadMemory(str, len, NULL, NULL, 0); in parseString() local
|
/device/google/trout/hal/dumpstate/1.1/config/ |
D | dumpstate_hal_configuration_V1_0.cpp | 55 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/ |
D | flag_forwarder.cc | 212 xmlDocPtr doc = xmlReadMemory(helpxml_output.c_str(), helpxml_output.size(), in FlagsForSubprocess() local
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | sim_service.h | 186 XMLDocument doc; member
|
D | network_service.cpp | 201 XMLDocument doc; in InitializeSimOperator() local
|
/device/google/cuttlefish/common/libs/utils/ |
D | flag_parser_test.cpp | 84 std::unique_ptr<xmlDoc, xmlFreeFunc> doc( in flagXml() local
|