Home
last modified time | relevance | path

Searched refs:adb_launch_process (Results 1 – 4 of 4) sorted by relevance

/system/core/adb/
Dsysdeps_unix.cpp68 Process adb_launch_process(std::string_view executable, std::vector<std::string> args, in adb_launch_process() function
Dsysdeps.h314 Process adb_launch_process(std::string_view executable, std::vector<std::string> args,
705 Process adb_launch_process(std::string_view executable, std::vector<std::string> args,
Dsysdeps_win32.cpp2850 Process adb_launch_process(std::string_view executable, std::vector<std::string> args, in adb_launch_process() function
/system/core/adb/client/
Dincremental.cpp194 adb_launch_process(adb_path, std::move(args), {connection_fd.get(), pipe_write_fd}); in install()