Searched refs:newFile (Results 1 – 4 of 4) sorted by relevance
182 IFile newFile = project.getFile(path); in checkResourceFix() local183 assertNotNull(path.toPortableString(), newFile); in checkResourceFix() local187 assertEquals(newFile.getProjectRelativePath(), in checkResourceFix()197 String newFileContents = AdtPlugin.readFile(newFile); in checkResourceFix()
331 String newFile = sb.toString(); in computeChanges() local333 newFile = EclipseXmlPrettyPrinter.prettyPrint(newFile, in computeChanges()337 addFile.setEdit(new InsertEdit(0, newFile)); in computeChanges()
1140 String newFile = Files.toString(src, Charsets.UTF_8); in copy() local1141 newFile = format(mProject, newFile, path); in copy()1144 addFile.setEdit(new InsertEdit(0, newFile)); in copy()
462 String newFile = mNewName + fileName.substring(mOldName.length()); in addResourceFileChanges() local464 change.add(new RenameResourceChange(path, newFile)); in addResourceFileChanges()