Home
last modified time | relevance | path

Searched refs:close (Results 1 - 25 of 4894) sorted by relevance

12345678910>>...196

/test/xts/acts/kernel_lite/ipc_posix/pipe_fifo/
H A DPipeTest.cpp51 close(fd[1]); in HWTEST_F()
53 close(fd[0]); in HWTEST_F()
57 close(fd[0]); in HWTEST_F()
60 close(fd[0]); in HWTEST_F()
65 close(fd[0]); in HWTEST_F()
68 close(fd[1]); in HWTEST_F()
89 close(fd[1]); in HWTEST_F()
96 close(fd[0]); in HWTEST_F()
100 close(fd[0]); in HWTEST_F()
105 close(f in HWTEST_F()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c182 close(efd); in TEST()
183 close(sfd[0]); in TEST()
184 close(sfd[1]); in TEST()
213 close(efd); in TEST()
214 close(sfd[0]); in TEST()
215 close(sfd[1]); in TEST()
249 close(efd); in TEST()
250 close(sfd[0]); in TEST()
251 close(sfd[1]); in TEST()
252 close(sf in TEST()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c167 close(efd); in TEST()
168 close(sfd[0]); in TEST()
169 close(sfd[1]); in TEST()
198 close(efd); in TEST()
199 close(sfd[0]); in TEST()
200 close(sfd[1]); in TEST()
234 close(efd); in TEST()
235 close(sfd[0]); in TEST()
236 close(sfd[1]); in TEST()
237 close(sf in TEST()
[all...]
/kernel/linux/linux-6.6/tools/power/acpi/tools/pfrut/
H A Dpfrut.c233 close(fd_update); in main()
234 close(fd_update_log); in main()
243 close(fd_update); in main()
244 close(fd_update_log); in main()
252 close(fd_update); in main()
253 close(fd_update_log); in main()
304 close(fd_update); in main()
305 close(fd_update_log); in main()
314 close(fd_update); in main()
315 close(fd_update_lo in main()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dsend_signal.c27 close(pipe_c2p[0]); in test_send_signal_common()
28 close(pipe_c2p[1]); in test_send_signal_common()
34 close(pipe_c2p[0]); in test_send_signal_common()
35 close(pipe_c2p[1]); in test_send_signal_common()
36 close(pipe_p2c[0]); in test_send_signal_common()
37 close(pipe_p2c[1]); in test_send_signal_common()
48 close(pipe_c2p[0]); /* close read */ in test_send_signal_common()
49 close(pipe_p2c[1]); /* close writ in test_send_signal_common()
[all...]
H A Dcgroup_v1v2.c39 close(fd); in run_test()
57 close(server_fd); in test_cgroup_v1v2()
60 close(client_fd); in test_cgroup_v1v2()
61 close(server_fd); in test_cgroup_v1v2()
69 close(cgroup_fd); in test_cgroup_v1v2()
77 close(server_fd); in test_cgroup_v1v2()
78 close(cgroup_fd); in test_cgroup_v1v2()
H A Dsetget_sockopt.c56 close(sfd); in test_tcp()
59 close(sfd); in test_tcp()
60 close(cfd); in test_tcp()
81 close(sfd); in test_udp()
108 close(sfd); in test_ktls()
133 close(fd); in test_ktls()
140 close(cfd); in test_ktls()
152 close(fd); in test_ktls()
153 close(cfd); in test_ktls()
154 close(sf in test_ktls()
[all...]
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/
H A DRelationalStorePredicatesJsunit.test.js147 result.close();
165 result.close();
183 result.close();
201 result.close();
219 result.close();
238 result.close();
257 result.close();
276 result.close();
294 result.close();
313 result.close();
[all...]
H A DRelationalStoreResultSetJsunit.test.js145 resultSet.close();
178 resultSet.close();
209 resultSet.close();
236 resultSet.close()
259 resultSet.close()
285 resultSet.close()
309 resultSet.close()
333 resultSet.close()
356 resultSet.close()
379 resultSet.close()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dsend_signal.c31 close(pipe_c2p[0]); in test_send_signal_common()
32 close(pipe_c2p[1]); in test_send_signal_common()
38 close(pipe_c2p[0]); in test_send_signal_common()
39 close(pipe_c2p[1]); in test_send_signal_common()
40 close(pipe_p2c[0]); in test_send_signal_common()
41 close(pipe_p2c[1]); in test_send_signal_common()
51 close(pipe_c2p[0]); /* close read */ in test_send_signal_common()
52 close(pipe_p2c[1]); /* close writ in test_send_signal_common()
[all...]
/test/xts/hats/kernel/syscalls/fileio/openat/
H A DOpenatApiTest.cpp74 close(fd); in HWTEST_F()
83 close(fd); in HWTEST_F()
85 close(dirFd); in HWTEST_F()
111 close(fd); in HWTEST_F()
113 close(dirFd); in HWTEST_F()
139 close(fd); in HWTEST_F()
146 close(fd); in HWTEST_F()
158 close(fd); in HWTEST_F()
160 close(dirFd); in HWTEST_F()
182 close(dirF in HWTEST_F()
[all...]
/test/xts/hats/kernel/syscalls/fileio/splice/
H A DSpliceApiTest.cpp51 close(fd); in SetUp()
92 close(fdIn); in HWTEST_F()
93 close(pipeFd[0]); in HWTEST_F()
94 close(pipeFd[1]); in HWTEST_F()
130 close(fdOut); in HWTEST_F()
131 close(pipeFd[0]); in HWTEST_F()
132 close(pipeFd[1]); in HWTEST_F()
166 close(pipeFd[0]); in HWTEST_F()
167 close(pipeFd[1]); in HWTEST_F()
191 close(fdI in HWTEST_F()
[all...]
/kernel/liteos_a/testsuites/unittest/libc/io/full/
H A DIO_test_epoll_001.cpp73 close(pipeFd[1]); in testcase()
78 close(pipeFd[0]); in testcase()
87 close(pipeFd[0]); in testcase()
90 close(pipeFd[1]); in testcase()
99 close(epFd); in testcase()
100 close(pipeFd[0]); in testcase()
101 close(pipeFd[1]); in testcase()
104 close(pipeFd[0]); in testcase()
105 close(pipeFd[1]); in testcase()
108 close(epF in testcase()
[all...]
H A DIO_test_pselect_001.cpp54 close(pipeFd[0]); in Testcase1()
55 close(pipeFd[1]); in Testcase1()
58 close(pipeFd[0]); in Testcase1()
59 close(pipeFd[1]); in Testcase1()
93 close(pipeFd[1]); in testcase()
96 close(pipeFd[0]); in testcase()
105 close(pipeFd[0]); in testcase()
108 close(pipeFd[1]); in testcase()
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dharddog_user.c24 close(data->stdin_fd); in pre_exec()
25 close(data->stdout_fd); in pre_exec()
26 close(data->close_me[0]); in pre_exec()
27 close(data->close_me[1]); in pre_exec()
69 close(out_fds[0]); in start_watchdog()
70 close(in_fds[1]); in start_watchdog()
97 close(in_fds[0]); in start_watchdog()
98 close(in_fds[1]); in start_watchdog()
100 close(out_fds[0]); in start_watchdog()
101 close(out_fd in start_watchdog()
[all...]
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dharddog_user.c25 close(data->stdin_fd); in pre_exec()
26 close(data->stdout_fd); in pre_exec()
27 close(data->close_me[0]); in pre_exec()
28 close(data->close_me[1]); in pre_exec()
70 close(out_fds[0]); in start_watchdog()
71 close(in_fds[1]); in start_watchdog()
98 close(in_fds[0]); in start_watchdog()
99 close(in_fds[1]); in start_watchdog()
101 close(out_fds[0]); in start_watchdog()
102 close(out_fd in start_watchdog()
[all...]
/kernel/linux/linux-5.10/tools/lib/subcmd/
H A Drun-command.c18 close(fd[0]); in close_pair()
19 close(fd[1]); in close_pair()
26 close(fd); in dup_devnull()
36 * In case of errors we must keep the promise to close FDs in start_command()
44 close(cmd->out); in start_command()
58 close(cmd->in); in start_command()
70 close(cmd->in); in start_command()
74 close(cmd->out); in start_command()
90 close(cmd->in); in start_command()
109 close(cm in start_command()
[all...]
/kernel/linux/linux-6.6/tools/lib/subcmd/
H A Drun-command.c18 close(fd[0]); in close_pair()
19 close(fd[1]); in close_pair()
26 close(fd); in dup_devnull()
36 * In case of errors we must keep the promise to close FDs in start_command()
44 close(cmd->out); in start_command()
58 close(cmd->in); in start_command()
70 close(cmd->in); in start_command()
74 close(cmd->out); in start_command()
90 close(cmd->in); in start_command()
109 close(cm in start_command()
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/panel/router/
H A Dindex.js95 this.$element('simplePanel1').close()
101 this.$element('simplePanel2').close()
107 this.$element('simplePanel3').close()
113 this.$element('simplePanel4').close()
119 this.$element('simplePanel5').close()
125 this.$element('simplePanel6').close()
131 this.$element('simplePanel7').close()
137 this.$element('simplePanel').close()
144 this.$element('prop1').close()
150 this.$element('prop2').close()
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/panel/router/
H A Dindex.js95 this.$element('simplePanel1').close()
101 this.$element('simplePanel2').close()
107 this.$element('simplePanel3').close()
113 this.$element('simplePanel4').close()
119 this.$element('simplePanel5').close()
125 this.$element('simplePanel6').close()
131 this.$element('simplePanel7').close()
137 this.$element('simplePanel').close()
144 this.$element('prop1').close()
150 this.$element('prop2').close()
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/panel/router/
H A Dindex.js95 this.$element('simplePanel1').close()
101 this.$element('simplePanel2').close()
107 this.$element('simplePanel3').close()
113 this.$element('simplePanel4').close()
119 this.$element('simplePanel5').close()
125 this.$element('simplePanel6').close()
131 this.$element('simplePanel7').close()
137 this.$element('simplePanel').close()
144 this.$element('prop1').close()
150 this.$element('prop2').close()
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/panel/router/
H A Dindex.js95 this.$element('simplePanel1').close()
101 this.$element('simplePanel2').close()
107 this.$element('simplePanel3').close()
113 this.$element('simplePanel4').close()
119 this.$element('simplePanel5').close()
125 this.$element('simplePanel6').close()
131 this.$element('simplePanel7').close()
137 this.$element('simplePanel').close()
144 this.$element('prop1').close()
150 this.$element('prop2').close()
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dfcntlndk.cpp93 close(pipefd1[PARAM_0]); in Tee()
94 close(pipefd1[PARAM_1]); in Tee()
95 close(pipefd2[PARAM_0]); in Tee()
96 close(pipefd2[PARAM_1]); in Tee()
115 close(pipe_fds[1]); in Vmsplice()
140 close(fd); in PosixFallocate()
150 close(fd); in PosixFallocate64()
168 close(fd); in Open()
181 close(fd); in Open64()
203 close(f in Openat()
[all...]
/test/xts/hats/kernel/syscalls/fileio/tee/
H A DTeeApiTest.cpp87 close(pipeFd1[0]); in HWTEST_F()
88 close(pipeFd1[1]); in HWTEST_F()
89 close(pipeFd2[0]); in HWTEST_F()
90 close(pipeFd2[1]); in HWTEST_F()
133 close(pipeFd[0]); in HWTEST_F()
134 close(pipeFd[1]); in HWTEST_F()
136 close(fd1); in HWTEST_F()
137 close(fd2); in HWTEST_F()
161 close(pipeFd[0]); in HWTEST_F()
162 close(pipeF in HWTEST_F()
[all...]
/test/xts/hats/kernel/syscalls/fileio/dup3/
H A DDup3ApiTest.cpp75 close(fd); in HWTEST_F()
76 close(oldFd); in HWTEST_F()
77 close(newFd); in HWTEST_F()
83 * @tc.desc : dup3 force set the close-on-exec flag to the new fd success.
107 close(fd); in HWTEST_F()
108 close(oldFd); in HWTEST_F()
109 close(newFd); in HWTEST_F()
134 close(fd); in HWTEST_F()
135 close(oldFd); in HWTEST_F()
155 close(f in HWTEST_F()
[all...]

Completed in 11 milliseconds

12345678910>>...196