Searched refs:xmlValuePath (Results 1 – 1 of 1) sorted by relevance
242 xmlChar* xmlValuePath = xmlGetProp(subNode, BAD_CAST"path"); in ParseTracingSubNode() local243 if (xmlValuePath != nullptr) { in ParseTracingSubNode()244 valuePath = std::string(reinterpret_cast<char*>(xmlValuePath)); in ParseTracingSubNode()245 xmlFree(xmlValuePath); in ParseTracingSubNode()