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

  /external/bluetooth/bluez/src/
sdpd-server.c 52 static GIOChannel *l2cap_io = NULL, *unix_io = NULL; variable
277 unix_io = g_io_channel_unix_new(unix_sock);
278 g_io_channel_set_close_on_unref(unix_io, TRUE);
280 g_io_add_watch(unix_io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
293 if (unix_io)
294 g_io_channel_unref(unix_io);
  /external/e2fsprogs/lib/ext2fs/
ext2_io.h 16 * ext2_loff_t is defined here since unix_io.c needs it.
96 /* unix_io.c */
Android.mk 55 unix_io.c \
Makefile.in 66 unix_io.o \
128 $(srcdir)/unix_io.c \
545 unix_io.o: $(srcdir)/unix_io.c $(srcdir)/ext2_fs.h \
dosio.c 73 * Macro taken from unix_io.c
unix_io.c 2 * unix_io.c --- This is the Unix (well, really POSIX) implementation
  /external/e2fsprogs/
RELEASE-NOTES 716 Allow unix_io to support offsets greater than 2G (Addresses
    [all...]
  /external/e2fsprogs/doc/
libext2fs.texinfo 177 write the filesystem. In the case of the @code{unix_io} io_manager,
    [all...]
  /external/e2fsprogs/debian/
changelog 319 * Allow unix_io offsets greater than 2 gigabytes
    [all...]

Completed in 661 milliseconds