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

  /external/bluetooth/glib/gio/tests/
memory-input-stream.c 62 res = g_seekable_seek (G_SEEKABLE (stream), 0, G_SEEK_SET, NULL, &error);
memory-output-stream.c 77 g_seekable_seek (G_SEEKABLE (mo), 0, G_SEEK_SET, NULL, NULL);
data-input-stream.c 35 gboolean res = g_seekable_seek (G_SEEKABLE (stream), 0, G_SEEK_SET, NULL, &error);
  /external/bluetooth/glib/gio/
glocalfileinputstream.c 284 case G_SEEK_SET:
gmemoryinputstream.c 475 case G_SEEK_SET:
gmemoryoutputstream.c 541 case G_SEEK_SET:
glocalfileoutputstream.c 392 case G_SEEK_SET:
  /external/bluetooth/glib/glib/
giochannel.h 82 G_SEEK_SET,
giounix.c 273 case G_SEEK_SET:
giochannel.c 276 * position), %G_SEEK_SET (the start of the file), or %G_SEEK_END
301 case G_SEEK_SET:
955 case G_SEEK_SET:
    [all...]

Completed in 114 milliseconds