Home
last modified time | relevance | path

Searched defs:adb_path (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/rs/tests/lldb/
H A Dconfig.py33 def adb_path(self): member in Config
/aosp12/packages/modules/adb/client/
H A Dincremental.cpp180 std::string adb_path = android::base::GetExecutablePath(); in install() local
/aosp12/frameworks/rs/tests/lldb/tests/harness/
H A Dutil_android.py40 def __init__(self, adb_path, lldb_server_path_device, device): argument