Home
last modified time | relevance | path

Searched defs:use_fd (Results 1 – 6 of 6) 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-test.c43 int ret, use_fd; in main() local
Dread-write.c106 int use_fd = fd; in __test_io() local
125 int use_fd = fd; in __test_io() local
Dsend_recv.c35 int sockfd, ret, val, use_fd; in recv_prep() local
/external/toolchain-utils/seccomp_tools/mass_seccomp_editor/
Dmass_seccomp_editor.py169 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()