Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/location/
DGpxParser.cpp161 for (xmlNode *rtept = child->children; rtept; rtept = rtept->next) { in parse() local
163 if (!strcmp((const char *)rtept->name, "rtept")) { in parse()
164 isOk = parseLocation(rtept, doc, &location, error); in parse()