Home
last modified time | relevance | path

Searched refs:lifeline_fd_ (Results 1 – 7 of 7) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/
H A Dsandbox_ipc_linux.cc34 : lifeline_fd_(lifeline_fd), browser_socket_(browser_socket) {} in SandboxIPCHandler()
38 pfds[0].fd = lifeline_fd_; in Run()
194 if (IGNORE_EINTR(close(lifeline_fd_)) < 0) in ~SandboxIPCHandler()
H A Dsandbox_ipc_linux.h44 const int lifeline_fd_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/
H A Dsandbox_ipc_linux.cc35 : lifeline_fd_(lifeline_fd), browser_socket_(browser_socket) {} in SandboxIPCHandler()
39 pfds[0].fd = lifeline_fd_; in Run()
195 if (IGNORE_EINTR(close(lifeline_fd_)) < 0) in ~SandboxIPCHandler()
H A Dsandbox_ipc_linux.h44 const int lifeline_fd_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/network/
H A Dfirewall_hole.cc85 &PortReleased, type_, port_, interface_, std::move(lifeline_fd_)); in ~FirewallHole()
122 lifeline_fd_(std::move(lifeline_fd)) {} in FirewallHole()
H A Dfirewall_hole.h58 base::ScopedFD lifeline_fd_; in COMPONENT_EXPORT() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/device/usb/
H A Dusb_device_handle_usbfs.cc166 base::ScopedFD lifeline_fd_; member in device::UsbDeviceHandleUsbfs::BlockingTaskRunnerHelper
217 lifeline_fd_(std::move(lifeline_fd)), in BlockingTaskRunnerHelper()