Home
last modified time | relevance | path

Searched refs:newFile (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
DAaptQuickFixTest.java182 IFile newFile = project.getFile(path); in checkResourceFix() local
183 assertNotNull(path.toPortableString(), newFile); in checkResourceFix() local
187 assertEquals(newFile.getProjectRelativePath(), in checkResourceFix()
197 String newFileContents = AdtPlugin.readFile(newFile); in checkResourceFix()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DExtractIncludeRefactoring.java331 String newFile = sb.toString(); in computeChanges() local
333 newFile = EclipseXmlPrettyPrinter.prettyPrint(newFile, in computeChanges()
337 addFile.setEdit(new InsertEdit(0, newFile)); in computeChanges()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateHandler.java1140 String newFile = Files.toString(src, Charsets.UTF_8); in copy() local
1141 newFile = format(mProject, newFile, path); in copy()
1144 addFile.setEdit(new InsertEdit(0, newFile)); in copy()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
DRenameResourceParticipant.java462 String newFile = mNewName + fileName.substring(mOldName.length()); in addResourceFileChanges() local
464 change.add(new RenameResourceChange(path, newFile)); in addResourceFileChanges()