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

  /external/bluetooth/glib/gio/
glocalfileinputstream.c 276 seek_type_to_lseek (GSeekType type) function
304 pos = lseek (file->priv->fd, offset, seek_type_to_lseek (type));
glocalfileoutputstream.c 384 seek_type_to_lseek (GSeekType type) function
412 pos = lseek (file->priv->fd, offset, seek_type_to_lseek (type));

Completed in 176 milliseconds