Home
last modified time | relevance | path

Searched defs:use_fd (Results 1 – 7 of 7) sorted by relevance

/external/liburing/test/
Diopoll.c111 int use_fd = fd; in __test_io() local
127 int use_fd = fd; in __test_io() local
Dce593a6c480a.c44 int ret, use_fd; in main() local
Dread-write.c102 int use_fd = fd; in __test_io() local
121 int use_fd = fd; in __test_io() local
Dsend_recv.c30 int sockfd, ret, val, use_fd; in recv_prep() local
Dsocket.c32 int sockfd, ret, val, use_fd; in recv_prep() local
/external/toolchain-utils/seccomp_tools/mass_seccomp_editor/
Dmass_seccomp_editor.py172 def _search_cmd(query: str, use_fd=True) -> list[str]: argument
/external/google-breakpad/src/client/linux/handler/
Dexception_handler_unittest.cc210 void ChildCrash(bool use_fd) { in ChildCrash()