Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
DDexDumpAction.java140 IPath binPath = project.getFolder(SdkConstants.FD_OUTPUT).getLocation(); in runDexDump() local
141 if (binPath == null) { in runDexDump()
148 new File(binPath.toOSString(), SdkConstants.FN_APK_CLASSES_DEX); in runDexDump()