Searched defs:close (Results 1 - 3 of 3) sorted by relevance

/system/extras/ext4_utils/
H A Doutput_file.c50 void (*close)(struct output_file *); member in struct:output_file_ops
95 close(out->fd);
103 .close = file_close,
141 .close = gz_file_close,
351 out->ops->close(out);
428 close(fd);
565 close(file_fd);
572 close(file_fd);
597 close(file_fd);
/system/core/adb/
H A Dadb.h89 /* flag: quit adbd when both ends close the
124 /* close is called by the peer when it has gone away.
126 ** peer once our close method is called.
128 void (*close)(asocket *s); member in struct:asocket
175 void (*close)(atransport *t); member in struct:atransport
H A Dsysdeps.h122 return close(fd);
124 #undef close macro
125 #define close ____xxx_close macro
348 return close(fd);
350 #undef close macro
351 #define close ____xxx_close macro

Completed in 115 milliseconds