Home
last modified time | relevance | path

Searched refs:getAbsolutePath (Results 1 – 25 of 49) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
DSdkToolsLocator.java56 return new File(getSdkPlatformToolsFolder(), SdkConstants.FN_ADB).getAbsolutePath(); in getAdbLocation()
60 return new File(getSdkToolsFolder(), FN_TRACEVIEW).getAbsolutePath(); in getTraceViewLocation()
64 return new File(getSdkPlatformToolsFolder(), FN_HPROF_CONV).getAbsolutePath(); in getHprofConvLocation()
68 return new File(mSdkFolder, SdkConstants.FD_TOOLS).getAbsolutePath(); in getSdkToolsFolder()
72 return new File(mSdkFolder, SdkConstants.FD_PLATFORM_TOOLS).getAbsolutePath(); in getSdkPlatformToolsFolder()
DMonitorStartup.java46 String toolsPath = new File(sdkFolder, SdkConstants.FD_TOOLS).getAbsolutePath(); in earlyStartup()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
DFileStorage.java65 .getSymbolicName(), IStatus.ERROR, mFile.getAbsolutePath(), e)); in getContents()
75 return new Path(mFile.getAbsolutePath()); in getFullPath()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DExportHelper.java262 helper.setProguardOutput(obfuscatedJar.getAbsolutePath()); in exportReleaseApk()
265 dxInput = Collections.singletonList(obfuscatedJar.getAbsolutePath()); in exportReleaseApk()
274 helper.executeDx(javaProject, dxInput, dexFile.getAbsolutePath()); in exportReleaseApk()
279 resourceFile.getAbsolutePath(), in exportReleaseApk()
280 dexFile.getAbsolutePath(), in exportReleaseApk()
281 outputFile.getAbsolutePath(), in exportReleaseApk()
417 String rootPath = rootDirectory.getAbsolutePath(); in addFileToJar()
418 String path = file.getAbsolutePath(); in addFileToJar()
DLibraryClasspathContainerInitializer.java229 String jarPath = jarFile.getAbsolutePath(); in convertJarsToClasspathEntries()
246 sourceAttachmentPath = new Path(srcPath.getAbsolutePath()); in convertJarsToClasspathEntries()
260 jarProperties.getAbsolutePath()); in convertJarsToClasspathEntries()
268 AdtPlugin.log(e, "Failed to read %s", jarProperties.getAbsolutePath()); in convertJarsToClasspathEntries()
350 buildToolInfo.getLocation().getAbsolutePath()); in allocateDependencyContainer()
608 super(file.getAbsolutePath()); in CPEFile()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DRenderScriptLauncher.java82 StringBuilder sb = new StringBuilder(executable.getAbsolutePath()); in launch()
91 commandArray[0] = executable.getAbsolutePath(); in launch()
146 executable.getName(), executable.getAbsolutePath()); in launch()
155 executable.getName(), executable.getAbsolutePath()); in launch()
DBuildHelper.java311 pathList.add(testFile.getAbsolutePath()); in addFolderToList()
483 mBuildToolInfo.getLocation().getAbsolutePath()); in finalPackage()
526 command.add(quotePath(configFile.getAbsolutePath())); in runProguard()
530 StringBuilder sb = new StringBuilder(quotePath(inputJar.getAbsolutePath())); in runProguard()
538 command.add(quotePath(obfuscatedJar.getAbsolutePath())); in runProguard()
557 command.add(new File(logOutput, "dump.txt").getAbsolutePath()); //$NON-NLS-1$ in runProguard()
560 command.add(new File(logOutput, "seeds.txt").getAbsolutePath()); //$NON-NLS-1$ in runProguard()
563 command.add(new File(logOutput, "usage.txt").getAbsolutePath()); //$NON-NLS-1$ in runProguard()
566 command.add(new File(logOutput, "mapping.txt").getAbsolutePath()); //$NON-NLS-1$ in runProguard()
684 commandArray[2] = "@" + argsFile.getAbsolutePath(); //$NON-NLS-1$ in createWindowsProguardConfig()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/build/
DNdkEnvSupplier.java57 return bin.getAbsolutePath(); in init()
62 return bin.getAbsolutePath(); in init()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
DFinalPage.java84 sb.append("\n").append(file.getAbsolutePath()); in setVisible()
104 sb.append(bGradle.getAbsolutePath()); in setVisible()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
DWelcomeWizard.java159 path.getAbsolutePath()); in installSdk()
185 path.getAbsolutePath()); in installSdk()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
DDexDumpAction.java168 command[0] = dexDumpFile.getAbsolutePath(); in runDexDump()
169 command[1] = classesDexFile.getAbsolutePath(); in runDexDump()
223 final String dstPath = dstFile.getAbsolutePath(); in runDexDump()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DDdmsPlugin.java517 missing += adb.getAbsolutePath() + " "; in setToolsLocation()
520 missing += hprofConverter.getAbsolutePath() + " "; in setToolsLocation()
523 missing += traceview.getAbsolutePath() + " "; in setToolsLocation()
535 sHprofConverter = hprofConverter.getAbsolutePath(); in setToolsLocation()
536 DdmUiPreferences.setTraceviewLocation(traceview.getAbsolutePath()); in setToolsLocation()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
DExportWizard.java207 mDestinationFile.getAbsolutePath()); in performFinish()
282 mDestinationFile.getAbsolutePath()), in doExport()
564 command[3] = source.getAbsolutePath(); in zipAlign()
565 command[4] = destination.getAbsolutePath(); in zipAlign()
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/actions/
DSdkManagerAction.java42 androidBat.getAbsolutePath(), in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
DSampleProjectTest.java79 doTestSampleProject(file.getName(), file.getAbsolutePath(), target); in doTestSamplesForTarget()
182 failureBuilder.append("Project location: " + AdtUtils.getAbsolutePath(iproject)); in validateNoProblems()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
DAdtTestData.java133 return path.getAbsolutePath(); in getTestFilePath()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DUseCompoundDrawableRefactoringTest.java110 addCleanupDir(AdtUtils.getAbsolutePath(getProject()).toFile()); in checkRefactoring()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DProjectLintConfiguration.java51 File dir = AdtUtils.getAbsolutePath(project).toFile(); in create()
DLintFixGenerator.java227 File dir = AdtUtils.getAbsolutePath(eclipseProject).toFile(); in suppressDetector()
232 File file = AdtUtils.getAbsolutePath(resource).toFile(); in suppressDetector()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
DExportGradleTest.java250 addCleanupDir(AdtUtils.getAbsolutePath(project).toFile()); in getProject()
260 addCleanupDir(AdtUtils.getAbsolutePath(project).toFile()); in getJavaProject()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
DTexImageTransform.java148 return f.getAbsolutePath(); in createTexture()
179 return f.getAbsolutePath(); in updateTextureData()
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
DNdkDiscoveryUpdater.java70 IPath changeToDirectory = new Path(projectDir.getAbsolutePath()); in runUpdate()
98 String testFileName = testFile.getAbsolutePath().replace('\\', '/'); in runUpdate()
/sdk/eventanalyzer/src/com/android/eventanalyzer/
DEventAnalyzer.java296 parseFolder(f.getAbsolutePath()); in parseFolder()
298 parseTextLogFile(f.getAbsolutePath()); in parseFolder()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/editors/
DUiAutomatorViewer.java121 new Path(r.uiHierarchy.getAbsolutePath())); in openEditor()
/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
DMyActivity.java145 Uri.parse("file://" + devicesXml.getAbsolutePath())); in onClick()

12