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

  /external/bluetooth/glib/gio/
gfileinputstream.h 35 #define G_FILE_INPUT_STREAM(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_FILE_INPUT_STREAM, GFileInputStream))
42 * GFileInputStream:
47 * #GFileInputStream implements #GSeekable.
64 goffset (* tell) (GFileInputStream *stream);
65 gboolean (* can_seek) (GFileInputStream *stream);
66 gboolean (* seek) (GFileInputStream *stream,
71 GFileInfo * (* query_info) (GFileInputStream *stream,
75 void (* query_info_async) (GFileInputStream *stream,
81 GFileInfo * (* query_info_finish) (GFileInputStream *stream,
96 GFileInfo *g_file_input_stream_query_info (GFileInputStream *stream
    [all...]
glocalfileinputstream.h 26 #include <gio/gfileinputstream.h>
43 GFileInputStream parent_instance;
56 GFileInputStream * _g_local_file_input_stream_new (int fd);
gfileinputstream.c 26 #include <gfileinputstream.h>
37 * SECTION:gfileinputstream
42 * GFileInputStream provides input streams that take their
45 * GFileInputStream implements #GSeekable, which allows the input
48 * g_seekable_ API, GFileInputStream has its own API for seeking
68 static void g_file_input_stream_real_query_info_async (GFileInputStream *stream,
74 static GFileInfo *g_file_input_stream_real_query_info_finish (GFileInputStream *stream,
79 G_DEFINE_TYPE_WITH_CODE (GFileInputStream, g_file_input_stream, G_TYPE_INPUT_STREAM,
107 g_file_input_stream_init (GFileInputStream *stream)
116 * @stream: a #GFileInputStream
    [all...]
glocalfileinputstream.c 66 static goffset g_local_file_input_stream_tell (GFileInputStream *stream);
67 static gboolean g_local_file_input_stream_can_seek (GFileInputStream *stream);
68 static gboolean g_local_file_input_stream_seek (GFileInputStream *stream,
73 static GFileInfo *g_local_file_input_stream_query_info (GFileInputStream *stream,
120 * Returns: #GFileInputStream for the given file descriptor.
122 GFileInputStream *
244 g_local_file_input_stream_tell (GFileInputStream *stream)
260 g_local_file_input_stream_can_seek (GFileInputStream *stream)
293 g_local_file_input_stream_seek (GFileInputStream *stream,
321 g_local_file_input_stream_query_info (GFileInputStream *stream
    [all...]
giotypes.h 71 typedef struct _GFileInputStream GFileInputStream;
gfileicon.c 276 GFileInputStream *stream;
304 GFileInputStream *stream;
gfile.h 275 GFileInputStream * (* read_fn) (GFile *file,
283 GFileInputStream * (* read_finish) (GFile *file,
466 GFileInputStream * g_file_read (GFile *file,
474 GFileInputStream * g_file_read_finish (GFile *file,
    [all...]
gfile.c 39 #include "gfileinputstream.h"
163 static GFileInputStream * g_file_real_read_finish (GFile *file,
    [all...]
glocalfile.c 1275 static GFileInputStream *
    [all...]
  /external/bluetooth/glib/gio/win32/
gwinhttpfileinputstream.h 28 #include <gio/gfileinputstream.h>
46 GFileInputStream *_g_winhttp_file_input_stream_new (GWinHttpFile *file,
gwinhttpfileinputstream.c 38 GFileInputStream parent_instance;
105 * Returns: #GFileInputStream for the given request
107 GFileInputStream *
gwinhttpfile.c 610 static GFileInputStream *
  /external/bluetooth/glib/gio/tests/
live-g-file.c 387 GFileInputStream *ins;
890 GFileInputStream *input_stream;
    [all...]
  /external/webkit/WebCore/platform/network/soup/
ResourceHandleSoup.cpp 782 GFileInputStream* in = g_file_read_finish(G_FILE(source), res, &error);

Completed in 773 milliseconds