Searched refs:devTreeBin (Results 1 – 1 of 1) sorted by relevance
85 String devTreeBin = getDevTreeOutBin(); in getAdbLocation() local87 if (devTreeBin != null && devTreeBin.length() > 0) { in getAdbLocation()88 return devTreeBin + "adb"; //$NON-NLS-1$ in getAdbLocation()98 String devTreeBin = getDevTreeOutBin(); in getHprofConvLocation() local100 if (devTreeBin != null && devTreeBin.length() > 0) { in getHprofConvLocation()101 return devTreeBin + "hprof-conv"; //$NON-NLS-1$ in getHprofConvLocation()111 String devTreeBin = getDevTreeOutBin(); in getTraceViewLocation() local113 if (devTreeBin != null && devTreeBin.length() > 0) { in getTraceViewLocation()114 return devTreeBin + "traceview"; //$NON-NLS-1$ in getTraceViewLocation()