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

  /external/libbrillo/brillo/message_loops/
glib_message_loop.cc 78 GIOChannel* io_channel = g_io_channel_unix_new(fd); local
79 if (!io_channel)
82 GIOStatus status = g_io_channel_set_encoding(io_channel, nullptr, &error);
88 // valid in this context (a new io_channel), but enforce the check in
98 io_channel,
105 // io_channel, so we can dereference it now and it will be free'd once the
107 g_io_channel_unref(io_channel);
  /external/e2fsprogs/lib/ext2fs/
ext2_io.h 30 typedef struct struct_io_channel *io_channel; typedef in typeref:struct:struct_io_channel
44 errcode_t (*read_error)(io_channel channel,
51 errcode_t (*write_error)(io_channel channel,
76 errcode_t (*open)(const char *name, int flags, io_channel *channel);
77 errcode_t (*close)(io_channel channel);
78 errcode_t (*set_blksize)(io_channel channel, int blksize);
79 errcode_t (*read_blk)(io_channel channel, unsigned long block,
81 errcode_t (*write_blk)(io_channel channel, unsigned long block,
83 errcode_t (*flush)(io_channel channel);
84 errcode_t (*write_byte)(io_channel channel, unsigned long offset
    [all...]

Completed in 85 milliseconds