Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
DAaptParserTest.java155 private void checkRanges(String name, String destPath, String aaptError, in checkRanges() argument
159 IFile file = getTestDataFile(project, name, destPath); in checkRanges()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DAdtProjectTest.java216 String destPath) throws Exception { in getTestDataFile() argument
217 return getTestDataFile(project, sourceName, destPath, false); in getTestDataFile()
221 String destPath, boolean overwrite) throws Exception { in getTestDataFile() argument
222 String[] split = destPath.split("/"); //$NON-NLS-1$ in getTestDataFile()
227 name = destPath; in getTestDataFile()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
DAddSupportJarAction.java606 File destPath = loc.toFile(); in copyJarIntoProject() local
610 if (!f.isFile(destPath) || !f.isSameFile(jarPath, destPath)) { in copyJarIntoProject()
611 f.copyFile(jarPath, destPath); in copyJarIntoProject()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DApplicationInfoPage.java543 IPath destPath = path.removeLastSegments(1).append(mValues.testProjectName); in validateTestProjectLocation() local
544 File dest = destPath.toFile(); in validateTestProjectLocation()