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

  /external/bluetooth/glib/gio/tests/
memory-output-stream.c 71 g_seekable_seek (G_SEEKABLE (mo), 0, G_SEEK_CUR, NULL, NULL);
  /external/bluetooth/glib/gio/
glocalfileinputstream.c 281 case G_SEEK_CUR:
gmemoryinputstream.c 471 case G_SEEK_CUR:
gmemoryoutputstream.c 537 case G_SEEK_CUR:
ginputstream.c 364 G_SEEK_CUR,
    [all...]
glocalfileoutputstream.c 389 case G_SEEK_CUR:
  /external/bluetooth/glib/glib/
giochannel.h 81 G_SEEK_CUR,
giochannel.c 275 * @type: the position in the file, which can be %G_SEEK_CUR (the current
300 case G_SEEK_CUR:
901 * @type: a #GSeekType. The type %G_SEEK_CUR is only allowed in those
930 case G_SEEK_CUR: /* The user is seeking relative to the head of the buffer */
936 g_warning ("Seek type G_SEEK_CUR not allowed for this"
1055 * This includes the possibility of seeking with seek type %G_SEEK_CUR
1147 * g_io_channel_seek_position() with an offset of %G_SEEK_CUR, and, if
    [all...]
giounix.c 276 case G_SEEK_CUR:
  /external/webkit/Source/WebCore/platform/gtk/
FileSystemGtk.cpp 280 seekType = G_SEEK_CUR;

Completed in 133 milliseconds