Searched refs:adb_launch_process (Results 1 – 4 of 4) sorted by relevance
/packages/modules/adb/ |
D | sysdeps_unix.cpp | 72 Process adb_launch_process(std::string_view executable, std::vector<std::string> args, in adb_launch_process() function
|
D | sysdeps.h | 342 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,
|
D | sysdeps_win32.cpp | 3043 Process adb_launch_process(std::string_view executable, std::vector<std::string> args, in adb_launch_process() function
|
/packages/modules/adb/client/ |
D | incremental.cpp | 200 adb_launch_process(adb_path, std::move(args), {connection_fd.get(), pipe_write_fd}); in install()
|