Home
last modified time | relevance | path

Searched refs:g_file_input_stream_query_info (Results 1 – 9 of 9) sorted by relevance

/third_party/glib/gio/
Dgfileinputstream.h96 GFileInfo *g_file_input_stream_query_info (GFileInputStream *stream,
Dgfileinputstream.c123 g_file_input_stream_query_info (GFileInputStream *stream, in g_file_input_stream_query_info() function
Dgfile.c2911 info = g_file_input_stream_query_info (G_FILE_INPUT_STREAM (in), in copy_stream_with_progress()
3248 info = g_file_input_stream_query_info (file_in, attrs_to_read, in file_copy_fallback()
7114 info = g_file_input_stream_query_info (in, in g_file_load_contents()
/third_party/glib/gio/tests/
Dhttpd.c104 info = g_file_input_stream_query_info (file_in, in handler()
Dresources.c945 info = g_file_input_stream_query_info (G_FILE_INPUT_STREAM (stream), in test_uri_file()
/third_party/gstreamer/gstplugins_base/gst/gio/
Dgstgiobasesrc.c184 info = g_file_input_stream_query_info (G_FILE_INPUT_STREAM (src->stream), in gst_gio_base_src_get_size()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitfilesrc.c280 info = g_file_input_stream_query_info (stream, "standard::*", NULL, &err); in gst_split_file_src_start()
/third_party/glib/docs/reference/gio/
Dgio-sections-common.txt669 g_file_input_stream_query_info
/third_party/gstreamer/gstplugins_base/
DChangeLog116177 g_file_input_stream_query_info() had char * instead of const char *