Home
last modified time | relevance | path

Searched defs:sfd (Results 1 – 25 of 83) sorted by relevance

1234

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c19 int sfd[4]; member
166 int sfd[2]; in TEST() local
197 int sfd[2]; in TEST() local
228 int sfd[4]; in TEST() local
266 int sfd[4]; in TEST() local
304 int sfd[2]; in TEST() local
343 int sfd[2]; in TEST() local
383 int sfd[4]; in TEST() local
429 int sfd[4]; in TEST() local
845 int sfd[2]; in TEST() local
[all …]
/aosp_15_r20/external/icing/icing/legacy/index/
H A Dicing-array-storage_test.cc52 IcingScopedFd sfd(filesystem_.OpenForWrite(array_file_.c_str())); in TEST_F() local
77 IcingScopedFd sfd(filesystem_.OpenForWrite(array_file_.c_str())); in TEST_F() local
98 IcingScopedFd sfd(filesystem_.OpenForWrite(array_file_.c_str())); in TEST_F() local
132 IcingScopedFd sfd(filesystem_.OpenForWrite(array_file_.c_str())); in TEST_F() local
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-listen.c148 static int process_child(int sfd, const char *host, const char *port, in process_child()
227 static int setup_vsock_port(int start_port, int *sfd) in setup_vsock_port()
289 int trace_net_search(int start_port, int *sfd, enum port_type type) in trace_net_search()
306 static void fork_reader(int sfd, const char *node, const char *port, in fork_reader()
328 int sfd; in open_port() local
957 static void do_accept_loop(int sfd) in do_accept_loop()
1041 int sfd, s; in get_network() local
1074 int sfd; in do_listen() local
/aosp_15_r20/external/liburing/test/
H A Dsigfd-deadlock.c18 int sfd; in setup_signal() local
30 static int test_uring(int sfd) in test_uring()
59 int sfd, ret; in main() local
/aosp_15_r20/bootable/recovery/minadbd/
H A Dminadbd_services.cpp100 static MinadbdErrorCode RunAdbFuseSideload(int sfd, const std::string& args, in RunAdbFuseSideload()
175 static void SideloadHostService(unique_fd sfd, const std::string& args) { in SideloadHostService()
191 static void RescueInstallHostService(unique_fd sfd, const std::string& args) { in RescueInstallHostService()
202 static void RescueGetpropHostService(unique_fd sfd, const std::string& prop) { in RescueGetpropHostService()
/aosp_15_r20/external/grpc-grpc/test/core/bad_connection/
H A Dclose_fd_test.cc144 grpc_endpoint_pair* sfd = in test_init() local
314 grpc_endpoint_pair* sfd = g_ctx.ep; in _test_close_before_server_recv() local
519 grpc_endpoint_pair* sfd = g_ctx.ep; in _test_close_before_server_send() local
659 grpc_endpoint_pair* sfd = g_ctx.ep; in _test_close_before_client_send() local
721 grpc_endpoint_pair* sfd = g_ctx.ep; in _test_close_before_call_create() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/signalfd/
H A Dsignalfd01.c91 int sfd; in do_test1() local
182 int sfd; in do_test2() local
263 int sfd; in main() local
/aosp_15_r20/external/icing/icing/file/
H A Dmemory-mapped-file_test.cc77 ScopedFd sfd(filesystem_.OpenForWrite(file_path_.c_str())); in TEST_F() local
150 ScopedFd sfd(filesystem_.OpenForAppend(file_path_.c_str())); in TEST_F() local
160 ScopedFd sfd(filesystem_.OpenForRead(file_path_.c_str())); in TEST_F() local
299 ScopedFd sfd(filesystem_.OpenForRead(file_path_.c_str())); in TEST_F() local
/aosp_15_r20/external/icing/icing/join/
H A Dqualified-id-join-index-impl-v1.cc438 ScopedFd sfd(filesystem_.OpenForWrite(metadata_file_path.c_str())); in PersistMetadataToDisk() local
464 ScopedFd sfd(filesystem_.OpenForWrite(metadata_file_path.c_str())); in WriteMetadata() local
469 const ScopedFd& sfd) { in InternalWriteMetadata()
H A Dqualified-id-join-index-impl-v2.cc624 ScopedFd sfd(filesystem_.OpenForWrite(metadata_file_path.c_str())); in PersistMetadataToDisk() local
654 ScopedFd sfd(filesystem_.OpenForWrite(metadata_file_path.c_str())); in WriteMetadata() local
659 const ScopedFd& sfd) { in InternalWriteMetadata()
/aosp_15_r20/external/icing/icing/file/posting_list/
H A Dflash-index-storage_test.cc95 ScopedFd sfd(filesystem_.OpenForWrite(file_name_.c_str())); in TEST_F() local
131 ScopedFd sfd(filesystem_.OpenForWrite(file_name_.c_str())); in TEST_F() local
145 ScopedFd sfd(filesystem_.OpenForWrite(file_name_.c_str())); in TEST_F() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dsetget_sockopt.c44 int sfd, cfd; in test_tcp() local
72 int sfd; in test_udp() local
/aosp_15_r20/hardware/google/graphics/common/hwc3/impl/
DTranslateHwcAidl.h65 inline void translate(const int32_t& fd, ndk::ScopedFileDescriptor& sfd) { in translate()
160 auto& sfd = const_cast<ndk::ScopedFileDescriptor&>(in); in translate() local
/aosp_15_r20/device/generic/car/emulator/Conn/SocketComm/
DSocketComm.cpp104 int sfd = ::accept(mListenFd, reinterpret_cast<struct sockaddr*>(&cliAddr), &cliLen); in accept() local
141 SocketConn::SocketConn(MessageProcessor* messageProcessor, int sfd) in SocketConn()
/aosp_15_r20/external/grpc-grpc/test/core/bad_client/
H A Dbad_client.cc104 grpc_endpoint_pair* sfd, in grpc_run_client_side_validator()
203 grpc_endpoint_pair sfd; in grpc_run_bad_client_test() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/epoll_pwait/
H A Depoll_pwait02.c19 static int efd, sfd[2]; variable
H A Depoll_pwait04.c19 static int efd, sfd[2]; variable
H A Depoll_pwait03.c20 static int efd, sfd[2]; variable
H A Depoll_pwait05.c20 static int efd, sfd[2]; variable
H A Depoll_pwait01.c26 static int efd, sfd[2]; variable
/aosp_15_r20/device/generic/goldfish-opengl/system/hwc3/
DFencedBuffer.h47 auto& sfd = const_cast<ndk::ScopedFileDescriptor&>(in); in GetUniqueFd() local
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-0844/
H A Dpoc.c45 int trigger(int sfd, char *ifname) { in trigger()
/aosp_15_r20/device/google/cuttlefish/host/commands/log_tee/
Dlog_tee.cpp90 int sfd = signalfd(-1, &mask, 0); in main() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fsmount/
H A Dfsmount01.c42 int sfd, mfd; in run() local
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/fs/
H A DUnixFileSystem.java144 void copyNonPosixAttributes(int sfd, int tfd) { in copyNonPosixAttributes()

1234