Searched refs:fastbootPath (Results 1 – 10 of 10) sorted by relevance
49 public FastbootHelper(final IRunUtil runUtil, final String fastbootPath) { in FastbootHelper() argument53 if (fastbootPath == null || fastbootPath.isEmpty()) { in FastbootHelper()57 mFastbootPath = fastbootPath; in FastbootHelper()
115 public void setFastbootPath(String fastbootPath) { in setFastbootPath() argument116 mFastbootPath = fastbootPath; in setFastbootPath()
512 public boolean waitForDeviceFastbootd(String fastbootPath, long time) { in waitForDeviceFastbootd() argument
4396 public void setFastbootPath(String fastbootPath) { in setFastbootPath() argument4397 mFastbootPath = fastbootPath; in setFastbootPath()4399 mRecovery.setFastbootPath(fastbootPath); in setFastbootPath()
186 String fastbootPath = getDeviceManager().getFastbootPath(); in setPathVariable() local187 if (!fastbootPath.equals("fastboot")) { // ignore default binary in setPathVariable()188 File fastbootBinary = new File(fastbootPath); in setPathVariable()
40 public default void setFastbootPath(String fastbootPath) { in setFastbootPath() argument
69 public default void setFastbootPath(String fastbootPath) { in setFastbootPath() argument
75 public void setFastbootPath(String fastbootPath); in setFastbootPath() argument
137 public boolean waitForDeviceFastbootd(String fastbootPath, long waitTime); in waitForDeviceFastbootd() argument
57 public void setFastbootPath(String fastbootPath) { in setFastbootPath() argument58 mFastbootPath = fastbootPath; in setFastbootPath()