Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_emulators
Method · 0.80
run_adb
Method · 0.80
run_adb_bytes
Method · 0.80
Calls
1
android_sdk_tool_path
Function · 0.85
Tested by
no test coverage detected