Searched refs:destFile (Results 1 – 4 of 4) sorted by relevance
91 IFile destFile = project.getFile(new Path(op.destination)); in process() local92 if (destFile.exists()) in process()97 mkDirs(project, destFile.getParent(), monitor); in process()106 destFile.create(in, true, monitor); in process()
118 IFile destFile = mProject.getFile(NinePatchedImage.getNinePatchedFileName( in doSave() local120 if (!destFile.exists()) { in doSave()121 mFileEditorInput = new FileEditorInput(destFile); in doSave()
604 IFile destFile = resFolder.getFile(jarPath.getName()); in copyJarIntoProject() local605 IPath loc = destFile.getLocation(); in copyJarIntoProject()616 return destFile; in copyJarIntoProject()
1441 private void copyFile(String resourceFilename, IFile destFile, in copyFile() argument1455 .getForFile(destFile.getProjectRelativePath()); in copyFile()1463 destFile.create(stream, false /* force */, new SubProgressMonitor(monitor, 10)); in copyFile()