Searched refs:getFullPath (Results 1 – 10 of 10) 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()
87 public String getFullPath() { in getFullPath() method in DelegatedData88 return getDelegate().getFullPath(); in getFullPath()
180 public String getFullPath() { in getFullPath() method in NestedMapData402 + "multiple valid Data nodes for the path: " + symLink.getFullPath(); in setSymlink()468 out.append(" : ").append(symLink.getFullPath()).append('\n'); in write()
73 String getFullPath(); in getFullPath() method
276 public String getFullPath() { in getFullPath() method in DefaultDataContext.LocalVariable
310 const string fullPath = child->getFullPath(); in addMatchingCases()334 const string fullPath = child->getFullPath(); in removeMatchingCases()421 testCase->getFullPath(fullPath); in printBatchResultSummary()
289 testNode->getFullPath(fullPath); in writeTestCaseListNode()
208 String xmlfileName = getFullPath(false,args[i]); in processArgs()232 private String getFullPath(boolean fileType, String fName){ in getFullPath() method in XLIFF2ICUConverter