Searched refs:getFullPath (Results 1 – 8 of 8) sorted by relevance
69 void getFullPath (std::string& path) const;70 std::string getFullPath (void) const { std::string str; getFullPath(str); return str; } in getFullPath() function in xe::TestNode
97 throw Error(std::string("Duplicate node '") + name + "' in '" + parent->getFullPath()); in TestNode()104 void TestNode::getFullPath (std::string& dst) const in getFullPath() function in xe::TestNode267 childGroup->getFullPath(fullPath); in addChildGroupsToMap()
47 testCase->getFullPath(fullPath); in isExecutedInBatch()
311 const string fullPath = child->getFullPath(); in addMatchingCases()335 const string fullPath = child->getFullPath(); in removeMatchingCases()422 testCase->getFullPath(fullPath); in printBatchResultSummary()
289 testNode->getFullPath(fullPath); in writeTestCaseListNode()
123 String fullPath = v.getFullPath(); in getFullXPathWithoutSortIndices()
283 String fullPath = value.getFullPath(); in filter()
210 String xmlfileName = getFullPath(false,args[i]); in processArgs()234 private String getFullPath(boolean fileType, String fName){ in getFullPath() method in XLIFF2ICUConverter