Searched defs:destination (Results 1 – 10 of 10) sorted by relevance
46 public String destination; field in SimpleFile.FileOp
74 public abstract boolean isSameFile(File source, File destination) in isSameFile()
218 public boolean isSameFile(File source, File destination) throws IOException { in isSameFile()
146 String destination = ProjectHelper.loadStringProperty(project, in onShow() local
525 private String zipAlign(String zipAlignPath, File source, File destination) throws IOException { in zipAlign()
203 public boolean isSameFile(File source, File destination) throws IOException { in isSameFile()
196 Object destination = getArguments().getDestination(); in initialize() local
1182 private void installBinaryFile(File source, File destination) throws ProjectCreateException { in installBinaryFile()
860 private void copyImageFile(File source, File destination) in copyImageFile()
212 private boolean validateNewProjectLocationIsEmpty(IPath destination) { in validateNewProjectLocationIsEmpty()