HomeSort by relevance Sort by last modified time
    Searched refs:unix_io (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluez/src/
sdpd-server.c 52 static GIOChannel *l2cap_io = NULL, *unix_io = NULL; variable
275 unix_io = g_io_channel_unix_new(unix_sock);
276 g_io_channel_set_close_on_unref(unix_io, TRUE);
278 g_io_add_watch(unix_io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
291 if (unix_io)
292 g_io_channel_unref(unix_io);
  /external/e2fsprogs/lib/ext2fs/
Android.mk 55 unix_io.c \

Completed in 2031 milliseconds