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

  /external/bluetooth/glib/gio/
gioerror.c 65 return G_IO_ERROR_EXISTS;
gioenums.h 312 * @G_IO_ERROR_EXISTS: File already exists error.
352 G_IO_ERROR_EXISTS,
glocalfile.c 1154 G_IO_ERROR_EXISTS,
    [all...]
gfile.c 932 * or fail with a G_IO_ERROR_EXISTS error.
    [all...]
  /external/bluetooth/glib/gio/tests/
live-g-file.c 684 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_EXISTS);
771 /* source = target, should return G_IO_ERROR_EXISTS */
846 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_EXISTS);
852 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_EXISTS);
    [all...]

Completed in 112 milliseconds