Searched refs:destDir (Results 1 – 2 of 2) sorted by relevance
472 IFileStore destDir = fileSystem.getStore(newProject.getLocationURI()); in createLibraryProject() local473 sourceDir.copy(destDir, EFS.OVERWRITE, null); in createLibraryProject()476 destDir.getChild(SdkConstants.SRC_FOLDER).mkdir(0, null /*monitor*/); in createLibraryProject()483 destDir.toLocalFile(EFS.NONE, new NullProgressMonitor()).getPath(), in createLibraryProject()
650 IFileStore destDir = new ReadWriteFileStore( in createProjectAsync()653 sourceDir.copy(destDir, EFS.OVERWRITE, null); in createProjectAsync()1307 IFileStore destDir = new ReadWriteFileStore( in copySampleCode() local1309 sourceDir.copy(destDir, EFS.OVERWRITE, null); in copySampleCode()