Searched refs:close (Results 76 - 100 of 158) sorted by relevance

1234567

/system/core/fastboot/
H A Dusb_linux.c295 close(fd);
301 close(fd);
413 close(fd);
425 close(fd);
/system/core/init/
H A Dkeychords.c85 close(fd);
/system/core/libcutils/
H A Dashmem-host.c77 close(fd);
H A Duevent.c115 close(s);
H A Dabort_socket.c282 are about to close() these sockets - clients should instead make sure
287 /* enough safety checks, close and release memory */
288 close(s_copy.abort_fd[1]);
289 close(s_copy.abort_fd[0]);
290 close(s_copy.fd);
H A Dsocket_local_client.c160 close(s);
/system/core/sh/
H A Dinput.c443 close(fd);
467 close(parsefile->fd);
525 close(pf->fd);
560 * This code is (probably) unnecessary as the 'close on exec' flag is
562 * to close the fds as another fork() may be done later to feed data
563 * from a 'here' document into a pipe and we don't want to close the
574 close(parsefile->fd);
/system/core/toolbox/
H A Dinsmod.c44 close(fd);
H A Dps.c65 close(fd);
74 close(fd);
153 close(fd);
H A Dsetconsole.c146 close(fd);
/system/extras/fatblock/
H A Dfdpool.c85 close(pfd->fd);
/system/extras/tests/ext4/
H A Dcorrupt_gdt_free_blocks.c96 close(fd);
/system/extras/tests/storage/
H A Dwipe_blkdev.c128 close(fd);
/system/core/mkbootimg/
H A Dmkbootimg.c47 close(fd);
53 close(fd);
264 close(fd);
/system/core/logwrapper/
H A Dlogwrap.c500 close(child_ptty);
507 close(parent_ptty);
512 close(child_ptty);
516 close(child_ptty);
537 close(parent_ptty);
/system/vold/
H A DVolumeManager.cpp377 close(sbfd);
388 close(sbfd);
397 close(sbfd);
467 close(dirfd);
615 close(fd);
625 close(dirfd);
878 close(dirfd);
1118 close(fd);
1122 close(fd);
1220 close(f
[all...]
/system/core/libsparse/
H A Doutput_file.c74 void (*close)(struct output_file *); member in struct:output_file_ops
188 .close = file_close,
272 .close = gz_file_close,
323 .close = callback_file_close,
549 out->ops->close(out);
764 close(file_fd);
/system/bluetooth/tools/
H A Dpipetest.c48 printf("%d: close(%d)\n", gettid(), fd);
49 ret = close(fd);
50 printf("%d: close(%d) = %d\n", gettid(), fd, ret);
261 close(fd[0]);
262 close(fd[1]);
/system/core/adb/
H A Dtransport_usb.c115 t->close = remote_close;
/system/core/debuggerd/
H A Dcrasher.c34 close(s);
H A Ddebuggerd.c69 close(fd);
303 close(fd);
374 close(fd);
420 close(fd);
/system/core/libion/
H A Dion.c43 return close(fd);
/system/core/libnetutils/
H A Ddhcpclient.c436 close(s);
513 close(s);
517 close(s);
526 close(s);
/system/core/libnl_2/
H A Dsocket.c105 close(sk->s_fd);
/system/extras/sane_schedstat/
H A Dsane_schedstat.c150 close(fd);

Completed in 361 milliseconds

1234567