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

  /external/bluetooth/glib/gio/
glocalfileinputstream.c 48 G_DEFINE_TYPE (GLocalFileInputStream, g_local_file_input_stream, G_TYPE_FILE_INPUT_STREAM);
83 file = G_LOCAL_FILE_INPUT_STREAM (object);
143 file = G_LOCAL_FILE_INPUT_STREAM (stream);
179 file = G_LOCAL_FILE_INPUT_STREAM (stream);
219 file = G_LOCAL_FILE_INPUT_STREAM (stream);
249 file = G_LOCAL_FILE_INPUT_STREAM (stream);
265 file = G_LOCAL_FILE_INPUT_STREAM (stream);
302 file = G_LOCAL_FILE_INPUT_STREAM (stream);
328 file = G_LOCAL_FILE_INPUT_STREAM (stream);
glocalfileinputstream.h 31 #define G_LOCAL_FILE_INPUT_STREAM(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_LOCAL_FILE_INPUT_STREAM, GLocalFileInputStream))

Completed in 826 milliseconds