Home
last modified time | relevance | path

Searched refs:fds_to_inherit (Results 1 – 3 of 3) sorted by relevance

/system/core/adb/
Dsysdeps_unix.cpp69 std::initializer_list<int> fds_to_inherit) { in adb_launch_process() argument
88 for (auto fd : fds_to_inherit) { in adb_launch_process()
Dsysdeps.h315 std::initializer_list<int> fds_to_inherit = {});
706 std::initializer_list<int> fds_to_inherit = {});
Dsysdeps_win32.cpp2851 std::initializer_list<int> fds_to_inherit) { in adb_launch_process() argument
2874 for (auto fd : fds_to_inherit) { in adb_launch_process()
2880 fds_to_inherit.size() > 0, // inherit any handles? in adb_launch_process()
2886 for (auto fd : fds_to_inherit) { in adb_launch_process()