Home
last modified time | relevance | path

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

/packages/modules/adb/
Dsysdeps_unix.cpp72 Process adb_launch_process(std::string_view executable, std::vector<std::string> args, in adb_launch_process() function
Dsysdeps.h342 Process adb_launch_process(std::string_view executable, std::vector<std::string> args,
773 Process adb_launch_process(std::string_view executable, std::vector<std::string> args,
Dsysdeps_win32.cpp3043 Process adb_launch_process(std::string_view executable, std::vector<std::string> args, in adb_launch_process() function
/packages/modules/adb/client/
Dincremental.cpp200 adb_launch_process(adb_path, std::move(args), {connection_fd.get(), pipe_write_fd}); in install()