Searched refs:pathSegments (Results 1 – 5 of 5) sorted by relevance
71 String... pathSegments) throws DeviceNotAvailableException { in setMockDirPath() argument76 for (int i=0; i < pathSegments.length; i++) { in setMockDirPath()78 EasyMock.expect(childMockEntry.getName()).andStubReturn(pathSegments[i]); in setMockDirPath()79 rootPath = rootPath + FileListingService.FILE_SEPARATOR + pathSegments[i]; in setMockDirPath()
172 final List<String> pathSegments = new ArrayList<String>(); in generateTestArtifactPath() local174 return pathSegments; in generateTestArtifactPath()177 pathSegments.add(buildInfo.getBuildBranch()); in generateTestArtifactPath()179 pathSegments.add(buildInfo.getBuildId()); in generateTestArtifactPath()180 pathSegments.add(buildInfo.getTestTag()); in generateTestArtifactPath()181 return pathSegments; in generateTestArtifactPath()
245 List<String> pathSegments = new ArrayList<String>(); in createBuildDir() local247 pathSegments.add(buildInfo.getBuildBranch()); in createBuildDir()249 pathSegments.add(buildInfo.getBuildId()); in createBuildDir()250 pathSegments.add(buildInfo.getTestTag()); in createBuildDir()252 pathSegments.toArray(new String[] {})); in createBuildDir()
820 public static File getFileForPath(File parentDir, String... pathSegments) { in getFileForPath() argument821 return new File(parentDir, getPath(pathSegments)); in getFileForPath()831 public static String getPath(String... pathSegments) { in getPath() argument834 for (String path : pathSegments) { in getPath()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...