Searched refs:adb_path (Results 1 – 6 of 6) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | run_simpleperf_on_device.py | 34 sys.exit(subprocess.call([adb.adb_path, 'shell', shell_cmd]))
|
D | run_simpleperf_without_usb_connection.py | 52 subproc = subprocess.Popen([adb.adb_path, 'shell', shell_cmd])
|
D | utils.py | 235 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
|
D | app_profiler.py | 237 adb_args = [self.adb.adb_path, 'shell'] + args
|
D | test.py | 1662 subprocess.Popen(self.adb.adb_path + ' ' + start_cmd, shell=True,
|
/system/core/adb/client/ |
D | incremental.cpp | 158 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()
|