/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/ |
H A D | ipc.cc | 39 void IPC::MapFd(int local_fd, int remote_fd) { in MapFd() 44 void IPC::MapDupedFd(int local_fd, int remote_fd) { in MapDupedFd() 54 int IPC::ReceiveFd(int remote_fd) { return ReceiveFd(remote_fd, ""); } in ReceiveFd() 58 int IPC::ReceiveFd(int remote_fd, absl::string_view name) { in ReceiveFd()
|
/aosp_15_r20/packages/modules/Virtualization/guest/authfs/src/ |
D | main.rs | 129 remote_fd: i32, field 228 let remote_fd = *remote_fd; in prepare_root_dir_entries() localVariable 240 let remote_fd = *remote_fd; in prepare_root_dir_entries() localVariable 248 let remote_fd = *remote_fd; in prepare_root_dir_entries() localVariable
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Virtualization/guest/authfs/authfs/android_arm64_armv8-2a_cortex-a55/out/ |
D | main.rs | 129 remote_fd: i32, field 228 let remote_fd = *remote_fd; in prepare_root_dir_entries() localVariable 240 let remote_fd = *remote_fd; in prepare_root_dir_entries() localVariable 248 let remote_fd = *remote_fd; in prepare_root_dir_entries() localVariable
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/ |
H A D | rpcchannel.cc | 146 absl::Status RPCChannel::SendFD(int local_fd, int* remote_fd) { in SendFD() 163 absl::Status RPCChannel::RecvFD(int remote_fd, int* local_fd) { in RecvFD() 180 absl::Status RPCChannel::Close(int remote_fd) { in Close()
|
H A D | var_int.cc | 54 int remote_fd; in TransferToSandboxee() local
|
H A D | var_int.h | 76 void SetRemoteFd(int remote_fd) { remote_fd_ = remote_fd; } in SetRemoteFd()
|
/aosp_15_r20/packages/modules/adb/client/ |
D | adb_install.cpp | 231 unique_fd remote_fd = send_command(cmd_args, &error); in install_app_streamed() local 627 unique_fd remote_fd = send_command(cmd_args, &error); in install_multiple_app_streamed() local 882 unique_fd remote_fd = send_command(cmd_args, &error); in install_multi_package() local
|
/aosp_15_r20/external/virglrenderer/server/ |
H A D | render_client.c | 121 int remote_fd = socket_fds[1]; in render_client_create_context() local 187 int remote_fd; in render_client_dispatch_create_context() local
|
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/guetzli/ |
H A D | guetzli_entry_points.h | 23 int remote_fd = -1; member
|
/aosp_15_r20/external/virglrenderer/src/proxy/ |
H A D | proxy_server.c | 46 const int remote_fd = socket_fds[1]; in proxy_server_fork() local
|
/aosp_15_r20/packages/modules/Virtualization/guest/authfs/src/file/ |
D | attr.rs | 42 remote_fd: i32, field
|
/aosp_15_r20/packages/modules/Virtualization/guest/authfs/src/fusefs/ |
D | file.rs | 87 let remote_fd = remote_file.get_remote_fd(); in ensure_init_then() localVariable
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/pidfd/ |
H A D | pidfd_getfd_test.c | 122 int remote_fd; in FIXTURE() local
|