Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DDdmsPlugin.java310 String hprofConvLocation = locator.getHprofConvLocation(); in start() local
312 hprofConvLocation != null) { in start()
314 if (setToolsLocation(adbLocation, hprofConvLocation, in start()
508 private static boolean setToolsLocation(String adbLocation, String hprofConvLocation, in setToolsLocation() argument
512 File hprofConverter = new File(hprofConvLocation); in setToolsLocation()
549 String hprofConvLocation, String traceViewLocation) { in setToolsLocation() argument
551 if (setToolsLocation(adbLocation, hprofConvLocation, traceViewLocation)) { in setToolsLocation()