Searched refs:FD_OUTPUT (Results 1 – 11 of 11) sorted by relevance
153 element.setPath(libRootPath + '/' + SdkConstants.FD_OUTPUT + in execute()166 element.setPath(libRootPath + '/' + SdkConstants.FD_OUTPUT + in execute()183 element.setPath(libRootPath + "/" + SdkConstants.FD_OUTPUT + in execute()
100 mJars.add(new File(libRootPath + "/" + SdkConstants.FD_OUTPUT + in processLibrary()303 return SdkConstants.FD_OUTPUT; in getOutDir()
44 DEFAULT_ATTR_VALUES.put("out.dir", SdkConstants.FD_OUTPUT);
69 } else if (name.equals(SdkConstants.FD_OUTPUT)) { in decorate()
513 return project.getFolder(SdkConstants.FD_OUTPUT); in getAndroidOutputFolder()
262 iProject.getFolder(SdkConstants.FD_OUTPUT).getLocation().toFile(), in allocateLibraryContainer()
96 public final static String WS_CRUNCHCACHE = WS_SEP + SdkConstants.FD_OUTPUT
133 IPath binPath = project.getFolder(SdkConstants.FD_OUTPUT).getLocation(); in runDexDump()
203 public static final String FD_OUTPUT = "bin"; //$NON-NLS-1$ field in SdkConstants
139 SdkConstants.FD_OUTPUT + AdtConstants.WS_SEP;141 SdkConstants.FD_OUTPUT + AdtConstants.WS_SEP +
335 createDirs(projectFolder, SdkConstants.FD_OUTPUT); in createProject()