Searched refs:G_IO_ERROR_NOT_REGULAR_FILE (Results 1 – 5 of 5) sorted by relevance
/third_party/glib/gio/ |
D | gioerror.c | 112 return G_IO_ERROR_NOT_REGULAR_FILE; in g_io_error_from_errno()
|
D | gioenums.h | 537 G_IO_ERROR_NOT_REGULAR_FILE, enumerator
|
D | glocalfileoutputstream.c | 970 G_IO_ERROR_NOT_REGULAR_FILE, in handle_overwrite_open()
|
D | gioenumtypes.c | 447 { G_IO_ERROR_NOT_REGULAR_FILE, "G_IO_ERROR_NOT_REGULAR_FILE", "not-regular-file" }, in g_io_error_enum_get_type()
|
/third_party/glib/gio/tests/ |
D | file.c | 1269 FALSE, G_IO_ERROR, G_IO_ERROR_NOT_REGULAR_FILE, in test_replace() 1340 FALSE, G_IO_ERROR, G_IO_ERROR_NOT_REGULAR_FILE, in test_replace() 1474 FALSE, G_IO_ERROR, G_IO_ERROR_NOT_REGULAR_FILE, in test_replace() 1549 FALSE, G_IO_ERROR, G_IO_ERROR_NOT_REGULAR_FILE, in test_replace()
|