Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/
DPdtPlugin.java85 String devTreeBin = getDevTreeOutBin(); in getAdbLocation() local
87 if (devTreeBin != null && devTreeBin.length() > 0) { in getAdbLocation()
88 return devTreeBin + "adb"; //$NON-NLS-1$ in getAdbLocation()
98 String devTreeBin = getDevTreeOutBin(); in getHprofConvLocation() local
100 if (devTreeBin != null && devTreeBin.length() > 0) { in getHprofConvLocation()
101 return devTreeBin + "hprof-conv"; //$NON-NLS-1$ in getHprofConvLocation()
111 String devTreeBin = getDevTreeOutBin(); in getTraceViewLocation() local
113 if (devTreeBin != null && devTreeBin.length() > 0) { in getTraceViewLocation()
114 return devTreeBin + "traceview"; //$NON-NLS-1$ in getTraceViewLocation()