Home
last modified time | relevance | path

Searched refs:additional_remapped_fds (Results 1 – 6 of 6) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/service_manager/zygote/host/
H A Dzygote_host_impl_linux.cc150 base::FileHandleMappingVector additional_remapped_fds) { in LaunchZygote() argument
157 options.fds_to_remap = std::move(additional_remapped_fds); in LaunchZygote()
H A Dzygote_host_impl_linux.h45 base::FileHandleMappingVector additional_remapped_fds); in COMPONENT_EXPORT()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/zygote_host/
H A Dzygote_host_impl_linux.cc151 base::FileHandleMappingVector additional_remapped_fds) { in LaunchZygote() argument
160 options.fds_to_remap = std::move(additional_remapped_fds); in LaunchZygote()
H A Dzygote_host_impl_linux.h43 base::FileHandleMappingVector additional_remapped_fds);
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/app/
H A Dcontent_main_runner_impl.cc274 base::FileHandleMappingVector additional_remapped_fds; in LaunchZygoteHelper() local
275 additional_remapped_fds.emplace_back( in LaunchZygoteHelper()
279 cmd_line, control_fd, std::move(additional_remapped_fds)); in LaunchZygoteHelper()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/app/
H A Dcontent_main_runner_impl.cc265 base::FileHandleMappingVector additional_remapped_fds; in LaunchZygoteHelper() local
266 additional_remapped_fds.emplace_back( in LaunchZygoteHelper()
271 cmd_line, control_fd, std::move(additional_remapped_fds)); in LaunchZygoteHelper()