Home
last modified time | relevance | path

Searched refs:getLocation (Results 1 – 25 of 47) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
DNdkHelper.java62 project.getLocation().toOSString(), in getApplicationAbis()
66 launcher.execute(getPathToMake(), args, null, project.getLocation(), monitor); in getApplicationAbis()
109 project.getLocation().toOSString(), in getToolchainPrefix()
114 launcher.execute(getPathToMake(), args, null, project.getLocation(), monitor); in getToolchainPrefix()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
DPreCompilerBuilder.java676 .getLocation().toFile()); in build()
837 IPath fullPath = resource.getLocation(); in setupSourceProcessors()
845 androidOutputFolder.getLocation().toFile()); in setupSourceProcessors()
863 File buildFolder = androidOutputFolder.getLocation().toFile(); in compileRs()
884 mGenFolder.getLocation().toFile(), in compileRs()
885 resOutFolder.getLocation().toFile(), in compileRs()
919 mGenFolder.getLocation().toOSString(), mManifestPackage, debugMode); in handleBuildConfig()
970 new FileOp().copyFile(manifest.getLocation().toFile(), in mergeManifest()
971 outFile.getLocation().toFile()); in mergeManifest()
1014 .getLocation().toFile(); in mergeManifest()
[all …]
DBaseBuilder.java467 rootResource.getLocation().toFile().delete(); in removeDerivedResources()
473 rootResource.getLocation().toFile().delete(); in removeDerivedResources()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DBuildHelper.java183 resPaths.add(resFolder.getLocation().toOSString()); in updateCrunchCache()
188 String cachePath = cacheFolder.getLocation().toOSString(); in updateCrunchCache()
251 IPath resLocation = resFolder.getLocation(); in packageResources()
252 IPath manifestLocation = manifestFile.getLocation(); in packageResources()
285 osAssetsPath = assetsFolder.getLocation().toOSString(); in packageResources()
309 File testFile = new File(folder.getLocation().toOSString()); in addFolderToList()
469 apkBuilder.addNativeLibraries(libFolder.getLocation().toFile()); in finalPackage()
477 File rsLibFolderFile = rsLibFolder.getLocation().toFile(); in finalPackage()
483 mBuildToolInfo.getLocation().getAbsolutePath()); in finalPackage()
495 apkBuilder.addNativeLibraries(libFolder.getLocation().toFile()); in finalPackage()
[all …]
DAidlProcessor.java118 commandList.add(quote("-I" + f.getLocation().toOSString())); //$NON-NLS-1$ in doCompileFiles()
167 IPath sourcePath = sourceFile.getLocation(); in doCompileFiles()
186 commands[index + 1] = quote(data.getOutput().getLocation().toOSString()); in doCompileFiles()
204 op.copyFile(sourceFile.getLocation().toFile(), in doCompileFiles()
205 aidlOutFile.getLocation().toFile()); in doCompileFiles()
DRsSourceChangeHandler.java60 mMustCompile = oldOutputs.contains(file.getLocation().toFile()); in handleGeneratedFile()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
DProjectState.java106 mPath = project.getProject().getLocation().toOSString(); in setProject()
463 File projectFile = mProject.getLocation().toFile(); in needs()
466 File libraryFile = libraryProject.getProject().getLocation().toFile(); in needs()
531 File projectFile = mProject.getLocation().toFile(); in updateLibrary()
DSdk.java337 String path = mManager == null ? null : mManager.getLocation(); in getSdkOsLocation()
359 return mManager.getLocalSdk().getLocation(); in getSdkFileLocation()
467 IPath location = project.getLocation(); in initProject()
505 IPath location = project.getLocation(); in getProjectState()
933 mDocBaseUrl = getDocumentationBaseUrl(manager.getLocation() + in Sdk()
936 mDeviceManager = DeviceManager.createInstance(manager.getLocalSdk().getLocation(), in Sdk()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateTestWizard.java58 File file = mSelectionPage.getLocation(); in getNextPage()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
DExportGradleTest.java76 File buildfile = new File(javaProject.getResource().getLocation().toString(), in testSimpleAndroidApp()
153 File buildfile = new File(javaProject.getResource().getLocation().toString(), in testSimpleAndroidLib()
221 … File buildfile = new File(javaProject.getResource().getLocation().toString(), "build.gradle"); in testPlainJavaProject()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DLibraryClasspathContainerInitializer.java207 iProject.getFolder(SdkConstants.FD_OUTPUT).getLocation().toFile(), in convertJarsToClasspathEntries()
350 buildToolInfo.getLocation().getAbsolutePath()); in allocateDependencyContainer()
380 jarIFile.getLocation(), in allocateDependencyContainer()
469 IPath location = member.getLocation(); in getJarListFromLibsFolder()
628 jarFiles.add(new CPEFile(resource.getLocation().toFile(), e)); in handleClasspathLibrary()
DExportHelper.java206 proguardConfigFile = new File(project.getLocation().toFile(), path); in exportReleaseApk()
224 proguardConfigFiles.add(proguardFile.getLocation().toFile()); in exportReleaseApk()
260 new File(project.getLocation().toFile(), SdkConstants.FD_PROGUARD)); in exportReleaseApk()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DNewProjectWizardState.java69 public File projectLocation = new File(Platform.getLocation().toOSString());
377 projectPath.startsWith(existingTarget.getLocation())) { in updateSdkTargetToMatchProject()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
DProjectSetupBuilder.java281 String path = getGradlePath(module.getJavaProject().getProject().getLocation(), in computeRootAndPaths()
299 commonRoot = module.getJavaProject().getProject().getLocation(); in determineCommonRoot()
302 module.getJavaProject().getProject().getLocation()); in determineCommonRoot()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
DDexDumpAction.java137 File buildToolsFolder = buildToolInfo.getLocation(); in runDexDump()
140 IPath binPath = project.getFolder(SdkConstants.FD_OUTPUT).getLocation(); in runDexDump()
DAddSupportJarAction.java546 IPath relativePath = libraryProject.getLocation().makeRelativeTo( in addLibraryDependency()
547 dependentProject.getLocation()); in addLibraryDependency()
605 IPath loc = destFile.getLocation(); in copyJarIntoProject()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/
DIFileWrapper.java92 return mFile.getLocation().toOSString();
DIFolderWrapper.java162 return mContainer.getLocation().toOSString(); in getOsLocation()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
DAaptParserTest.java162 String osRoot = project.getLocation().toOSString(); in checkRanges()
DAaptQuickFixTest.java92 String osRoot = project.getLocation().toOSString(); in checkResourceFix()
214 String osRoot = project.getLocation().toOSString(); in checkNamespaceFix()
/sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
DDevTreeProjectProvider.java75 if (devTreePath == null || devTreePath.isPrefixOf(p.getLocation())) { in getProject()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
DProjectClassLoader.java128 File outFolder = new File(outRes.getLocation().toOSString()); in loadFromProject()
353 oslibraryList.add(new File(resource.getLocation().toOSString()) in handleClassPathEntry()
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DNdkGdbLaunchDelegate.java224 device.installPackage(apk.getLocation().toOSString(), true); in doLaunch()
260 IPath solibFolder = project.getLocation().append("obj/local").append(compatAbi.getAbi()); in doLaunch()
389 NdkVariables.NDK_PROJECT, true, project.getLocation().toOSString()); in performVariableSubstitutions()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
DLibraryProperties.java173 IPath relativePath = iProject.getLocation().makeRelativeTo( in LibraryProperties()
174 mState.getProject().getLocation()); in LibraryProperties()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DRuleLoader.java124 pathFile = new File(project.getLocation().toFile(), pathElement); in computeUserClassLoader()

12