Searched refs:G_FILE_ERROR_INVAL (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitutils.c | 86 g_set_error_literal (err, G_FILE_ERROR, G_FILE_ERROR_INVAL, in gst_split_util_find_files() 93 g_set_error_literal (err, G_FILE_ERROR, G_FILE_ERROR_INVAL, in gst_split_util_find_files()
|
/third_party/glib/glib/ |
D | gfileutils.h | 52 G_FILE_ERROR_INVAL, enumerator
|
D | gfileutils.c | 607 return G_FILE_ERROR_INVAL; in g_file_error_from_errno() 2361 G_FILE_ERROR_INVAL, in g_file_read_link()
|
D | gtimezone.c | 458 G_FILE_ERROR_INVAL); in zone_identifier_unix()
|
/third_party/glib/glib/tests/ |
D | mappedfile.c | 58 g_assert_true (g_error_matches (error, G_FILE_ERROR, G_FILE_ERROR_INVAL) || in test_device()
|
D | fileutils.c | 797 g_assert_cmpint (g_file_error_from_errno (EINVAL), ==, G_FILE_ERROR_INVAL); in test_file_errors() 1289 g_assert_error (error, G_FILE_ERROR, G_FILE_ERROR_INVAL); in test_read_link()
|
/third_party/glib/tests/ |
D | file-test.c | 191 g_assert_error (error, G_FILE_ERROR, G_FILE_ERROR_INVAL); in test_readlink()
|
/third_party/glib/gio/gvdb/ |
D | gvdb-reader.c | 175 g_set_error_literal (error, G_FILE_ERROR, G_FILE_ERROR_INVAL, "invalid gvdb header"); in gvdb_table_new_from_bytes()
|
/third_party/glib/gio/ |
D | gresource.c | 556 if (g_error_matches (gvdb_table_error, G_FILE_ERROR, G_FILE_ERROR_INVAL)) in g_resource_error_from_gvdb_table_error()
|
/third_party/glib/gio/tests/ |
D | gsettings.c | 2589 g_assert_error (error, G_FILE_ERROR, G_FILE_ERROR_INVAL); in test_schema_source() 2595 g_assert_error (error, G_FILE_ERROR, G_FILE_ERROR_INVAL); in test_schema_source()
|