MCPcopy Index your code
hub / github.com/NativeScript/SimDeck / adb_path

Method adb_path

packages/server/src/android.rs:1035–1037  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1033 }
1034
1035 fn adb_path(&self) -> PathBuf {
1036 android_sdk_tool_path("platform-tools/adb")
1037 }
1038
1039 fn emulator_path(&self) -> PathBuf {
1040 android_sdk_tool_path("emulator/emulator")

Callers 3

running_emulatorsMethod · 0.80
run_adbMethod · 0.80
run_adb_bytesMethod · 0.80

Calls 1

android_sdk_tool_pathFunction · 0.85

Tested by

no test coverage detected