HomeSort by relevance Sort by last modified time
    Searched full:mrparentlocation (Results 1 - 1 of 1) sorted by null

  /sdk/chimpchat/src/com/android/chimpchat/adb/
AdbBackend.java 59 String mrParentLocation =
65 if (mrParentLocation != null && mrParentLocation.length() != 0) {
67 File platformTools = new File(new File(mrParentLocation).getParent(),
73 return mrParentLocation + File.separator + SdkConstants.FN_ADB;

Completed in 180 milliseconds