Home
last modified time | relevance | path

Searched refs:adb_path (Results 1 – 6 of 6) sorted by relevance

/system/extras/simpleperf/scripts/
Drun_simpleperf_on_device.py34 sys.exit(subprocess.call([adb.adb_path, 'shell', shell_cmd]))
Drun_simpleperf_without_usb_connection.py52 subproc = subprocess.Popen([adb.adb_path, 'shell', shell_cmd])
Dutils.py235 adb_path = find_tool_path('adb')
236 if not adb_path:
238 self.adb_path = adb_path
247 adb_args = [self.adb_path] + adb_args
Dapp_profiler.py237 adb_args = [self.adb.adb_path, 'shell'] + args
Dtest.py1662 subprocess.Popen(self.adb.adb_path + ' ' + start_cmd, shell=True,
/system/core/adb/client/
Dincremental.cpp158 std::string adb_path = android::base::GetExecutablePath(); in install() local
182 adb_launch_process(adb_path, std::move(args), {connection_fd.get(), pipe_write_fd}); in install()