Home
last modified time | relevance | path

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

/aosp_15_r20/external/liburing/test/
H A Diopoll.c111 int use_fd = fd; in __test_io() local
127 int use_fd = fd; in __test_io() local
H A Dread-write.c102 int use_fd = fd; in __test_io() local
121 int use_fd = fd; in __test_io() local
H A Dce593a6c480a.c44 int ret, use_fd; in main() local
H A Dsend_recv.c30 int sockfd, ret, val, use_fd; in recv_prep() local
H A Dsocket.c32 int sockfd, ret, val, use_fd; in recv_prep() local
/aosp_15_r20/art/dex2oat/
H A Ddex2oat_test.cc84 bool use_fd = false) {
128 bool use_fd = false,
148 bool use_fd, in GenerateOdexForTest()
245 void RunTest(bool use_fd, bool expect_use, const std::vector<std::string>& extra_args = {}) { in RunTest()
658 bool use_fd, in CompileProfileOdex()
687 bool use_fd, in CompileProfileOdex()
/aosp_15_r20/external/toolchain-utils/seccomp_tools/mass_seccomp_editor/
H A Dmass_seccomp_editor.py172 def _search_cmd(query: str, use_fd=True) -> list[str]: argument
/aosp_15_r20/art/runtime/oat/
H A Doat_file_assistant.cc1259 const std::string& filename, bool use_fd, int zip_fd, int vdex_fd, int oat_fd) { in Reset()
/aosp_15_r20/external/google-breakpad/src/client/linux/handler/
H A Dexception_handler_unittest.cc213 void ChildCrash(bool use_fd) { in ChildCrash()