Searched refs:titlePath (Results 1 – 1 of 1) sorted by relevance
227 xmlChar* titlePath = xmlGetProp(subNode, BAD_CAST"path"); in ParseTracingSubNode() local228 if (titlePath != nullptr) { in ParseTracingSubNode()230 std::string(reinterpret_cast<char*>(titlePath)), title); in ParseTracingSubNode()231 xmlFree(titlePath); in ParseTracingSubNode()