Home
last modified time | relevance | path

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

/device/google/cuttlefish/tests/utils/src/com/android/cuttlefish/tests/utils/
DCuttlefishControlRunner.java27 public String getHostBinaryPath(String basename) throws FileNotFoundException; in getHostBinaryPath() method
DCuttlefishControlLocalRunner.java71 public String getHostBinaryPath(String basename) throws FileNotFoundException { in getHostBinaryPath() method in CuttlefishControlLocalRunner
DCuttlefishControlRemoteRunner.java104 public String getHostBinaryPath(String basename) throws FileNotFoundException { in getHostBinaryPath() method in CuttlefishControlRemoteRunner
/device/google/cuttlefish/tests/wmediumd_control/src/com/android/cuttlefish/tests/
DWmediumdControlE2eTest.java106 fullCommand.add(runner.getHostBinaryPath(CVD_ENV_BINARY_BASENAME)); in runWmediumdCommand()
/device/google/cuttlefish/tests/graphics/src/com/android/cuttlefish/tests/
DCuttlefishDisplayHotplugTest.java81 String cvdBinary = runner.getHostBinaryPath(CVD_DISPLAY_BINARY_BASENAME); in runCvdCommand()