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

/system/core/adb/
H A Dsysdeps.h123 return close(fd);
125 #undef close macro
126 #define close ____xxx_close macro
352 return close(fd);
354 #undef close macro
355 #define close ____xxx_close macro
H A Dadb.h90 /* flag: quit adbd when both ends close the
125 /* close is called by the peer when it has gone away.
127 ** peer once our close method is called.
129 void (*close)(asocket *s); member in struct:asocket
178 void (*close)(atransport *t); member in struct:atransport
/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);

Completed in 472 milliseconds