Home
last modified time | relevance | path

Searched refs:proxy_fd (Results 1 – 4 of 4) sorted by relevance

/system/core/libappfuse/
DFuseBridgeLoop.cc70 FuseBridgeEntry(int mount_id, base::unique_fd&& dev_fd, base::unique_fd&& proxy_fd) in FuseBridgeEntry() argument
73 proxy_fd_(std::move(proxy_fd)), in FuseBridgeEntry()
328 bool FuseBridgeLoop::AddBridge(int mount_id, base::unique_fd dev_fd, base::unique_fd proxy_fd) { in AddBridge() argument
332 new FuseBridgeEntry(mount_id, std::move(dev_fd), std::move(proxy_fd))); in AddBridge()
/system/core/libappfuse/include/libappfuse/
DFuseBridgeLoop.h51 bool AddBridge(int mount_id, base::unique_fd dev_fd, base::unique_fd proxy_fd);
/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/
Dsnapuserd_server.cpp521 unique_fd proxy_fd(android_get_control_socket(kSnapuserdSocketProxy)); in RunForSocketHandoff() local
522 if (proxy_fd < 0) { in RunForSocketHandoff()
530 if (listen(proxy_fd.get(), 4) < 0) { in RunForSocketHandoff()
539 TEMP_FAILURE_RETRY(accept4(proxy_fd.get(), nullptr, nullptr, SOCK_CLOEXEC))); in RunForSocketHandoff()
/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
Dsnapuserd_server.cpp747 unique_fd proxy_fd(android_get_control_socket(kSnapuserdSocketProxy)); in RunForSocketHandoff() local
748 if (proxy_fd < 0) { in RunForSocketHandoff()
756 if (listen(proxy_fd.get(), 4) < 0) { in RunForSocketHandoff()
765 TEMP_FAILURE_RETRY(accept4(proxy_fd.get(), nullptr, nullptr, SOCK_CLOEXEC))); in RunForSocketHandoff()