Home
last modified time | relevance | path

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

/packages/modules/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.h347 std::initializer_list<int> fds_to_inherit = {});
778 std::initializer_list<int> fds_to_inherit = {});
Dsysdeps_win32.cpp3016 std::initializer_list<int> fds_to_inherit) { in adb_launch_process() argument
3039 for (auto fd : fds_to_inherit) { in adb_launch_process()
3045 fds_to_inherit.size() > 0, // inherit any handles? in adb_launch_process()
3051 for (auto fd : fds_to_inherit) { in adb_launch_process()