Home
last modified time | relevance | path

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

/packages/modules/adb/
Dsysdeps_unix.cpp73 std::initializer_list<int> fds_to_inherit) { in adb_launch_process() argument
92 for (auto fd : fds_to_inherit) { in adb_launch_process()
Dsysdeps.h343 std::initializer_list<int> fds_to_inherit = {});
774 std::initializer_list<int> fds_to_inherit = {});
Dsysdeps_win32.cpp3044 std::initializer_list<int> fds_to_inherit) { in adb_launch_process() argument
3067 for (auto fd : fds_to_inherit) { in adb_launch_process()
3073 fds_to_inherit.size() > 0, // inherit any handles? in adb_launch_process()
3079 for (auto fd : fds_to_inherit) { in adb_launch_process()