Home
last modified time | relevance | path

Searched refs:fileContents (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DNewXmlFileWizard.java254 String fileContents; in createXmlFile() local
256 fileContents = sb.toString(); in createXmlFile()
259 fileContents = EclipseXmlPrettyPrinter.prettyPrint(sb.toString(), formatPrefs, in createXmlFile()
264 fileContents = fileContents.replace(indentToken, formatPrefs.getOneIndentUnit()); in createXmlFile()
265 int caretOffset = fileContents.indexOf(caretToken); in createXmlFile()
267 fileContents = fileContents.replace(caretToken, ""); //$NON-NLS-1$ in createXmlFile()
272 byte[] buf = fileContents.getBytes("UTF8"); //$NON-NLS-1$ in createXmlFile()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
DAaptParserTest.java183 String fileContents = AdtPlugin.readFile(file); in checkRanges() local
196 + getCaretContext(fileContents, start), rangeBegin, start); in checkRanges()
198 + getCaretContext(fileContents, end), rangeEnd, end); in checkRanges()