Home
last modified time | relevance | path

Searched defs:SendFD (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/common/libs/fs/
Dshared_fd_test.cpp30 TEST(SendFD, Basic) { in TEST() argument
/aosp_15_r20/external/sandboxed-api/sandboxed_api/
H A Drpcchannel.cc146 absl::Status RPCChannel::SendFD(int local_fd, int* remote_fd) { in SendFD() function in sapi::RPCChannel
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/
H A Dcomms.cc390 bool Comms::SendFD(int fd) { in SendFD() function in sandbox2::Comms