HomeSort by relevance Sort by last modified time
    Searched refs:G_SEEK_SET (Results 1 - 11 of 11) 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/webkit/Source/WebCore/platform/gtk/
FileSystemGtk.cpp 274 GSeekType seekType = G_SEEK_SET;
277 seekType = G_SEEK_SET;
  /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 222 milliseconds