Searched defs:adb_path (Results 1 – 3 of 3) sorted by relevance
33 def adb_path(self): member in Config
180 std::string adb_path = android::base::GetExecutablePath(); in install() local
40 def __init__(self, adb_path, lldb_server_path_device, device): argument