Home
last modified time | relevance | path

Searched refs:G_CONVERT_ERROR_NOT_ABSOLUTE_PATH (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/glib/tests/
Duri-test.c59 …{ "c:\\windows", NULL, NULL, G_CONVERT_ERROR_NOT_ABSOLUTE_PATH}, /* it's important to get this err…
60 { "c:\\windows", "localhost", NULL, G_CONVERT_ERROR_NOT_ABSOLUTE_PATH},
61 { "c:\\windows", "otherhost", NULL, G_CONVERT_ERROR_NOT_ABSOLUTE_PATH},
63 { "etc", "localhost", NULL, G_CONVERT_ERROR_NOT_ABSOLUTE_PATH},
71 { "", NULL, NULL, G_CONVERT_ERROR_NOT_ABSOLUTE_PATH},
72 { "", "", NULL, G_CONVERT_ERROR_NOT_ABSOLUTE_PATH},
73 { "", "localhost", NULL, G_CONVERT_ERROR_NOT_ABSOLUTE_PATH},
74 { "", "otherhost", NULL, G_CONVERT_ERROR_NOT_ABSOLUTE_PATH},
/external/bluetooth/glib/glib/
Dgconvert.h45 G_CONVERT_ERROR_NOT_ABSOLUTE_PATH enumerator
Dgconvert.c1910 g_set_error (error, G_CONVERT_ERROR, G_CONVERT_ERROR_NOT_ABSOLUTE_PATH, in g_filename_to_uri()