Searched refs:splitPath (Results 1 – 2 of 2) sorted by relevance
67 static void splitPath (const char* path, std::vector<std::string>& components) in splitPath() function291 splitPath(path, components); in createCase()
1671 String[] splitPath = newPath.toString().split("%"); in showHeader() local1673 for (int i = 0; i < splitPath.length; ++i) { in showHeader()1674 … if (lastSplitPath != null && i < lastSplitPath.length && splitPath[i].equals(lastSplitPath[i])) { in showHeader()1679 System.out.print(splitPath[i]); in showHeader()1680 if (i == splitPath.length - 1) { in showHeader()1693 lastSplitPath = splitPath; in showHeader()