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