Searched defs:sampleDir (Results 1 – 2 of 2) sorted by relevance
334 private String getSampleDisplayName(String extraName, File rootDir, File sampleDir) { in getSampleDisplayName()
624 File sampleDir = (File) parameters.get(PARAM_SAMPLE_LOCATION); in createEclipseProject() field in NewProjectCreator627 copySampleCode(project, sampleDir, parameters, dictionary, monitor); in createEclipseProject() argument1033 private void copySampleCode(IProject project, File sampleDir, in copySampleCode()