Searched refs:javaFile (Results 1 – 1 of 1) sorted by relevance
900 IFile javaFile = getGenDestinationFile(aidlData, true /*createFolders*/, monitor); in handleAidl() local904 command[index + 1] = javaFile.getLocation().toOSString(); in handleAidl()917 mDerivedProgressMonitor.addFile(javaFile); in handleAidl()927 IFile javaFile = getGenDestinationFile(aidlData, false /*createFolders*/, monitor); in handleAidl() local928 if (javaFile.exists()) { in handleAidl()931 javaFile.getLocation().toFile().delete(); in handleAidl()979 IFile javaFile = destinationFolder.getFile(javaName); in getGenDestinationFile() local980 return javaFile; in getGenDestinationFile()