Searched refs:g_file_get_uri (Results 1 – 25 of 31) sorted by relevance
12
/third_party/glib/gio/tests/ |
D | filter-cat.c | 96 g_get_prgname (), g_file_get_uri (file), error->message); in cat() 148 g_get_prgname (), g_file_get_uri (file), error->message); in cat() 180 g_get_prgname (), g_file_get_uri (file)); in cat() 190 g_get_prgname (), g_file_get_uri (file), in cat() 206 g_get_prgname (), g_file_get_uri (file), error->message); in cat()
|
D | gapplication-example-open.c | 27 gchar *uri = g_file_get_uri (files[i]); in open()
|
D | basic-application.c | 89 gchar *uri = g_file_get_uri (files[i]); in open()
|
D | resources.c | 298 uri = g_file_get_uri (file); in test_resource_file_path() 868 name = g_file_get_uri (file); in test_uri_file()
|
D | g-file.c | 291 uri = g_file_get_uri (file1); in resolve_arg()
|
/third_party/glib/gio/ |
D | gio-tool-monitor.c | 68 child_str = g_file_get_uri (child); in watch_callback() 75 other_str = g_file_get_uri (other); in watch_callback()
|
D | gfileicon.c | 230 g_ptr_array_add (tokens, g_file_get_uri (file_icon->file)); in g_file_icon_to_tokens() 277 …return g_variant_new ("(sv)", "file", g_variant_new_take_string (g_file_get_uri (file_icon->file))… in g_file_icon_serialize()
|
D | gio-tool-rename.c | 94 char *uri = g_file_get_uri (new_file); in handle_rename()
|
D | gio-tool-open.c | 118 uri = g_file_get_uri (file); in handle_open()
|
D | gio-tool-move.c | 185 uri = g_file_get_uri (target); in handle_move()
|
D | gio-tool-tree.c | 220 uri = g_file_get_uri (f); in tree()
|
D | gio-tool-list.c | 69 uri = g_file_get_uri (child); in show_file_listing()
|
D | gio-tool-copy.c | 195 uri = g_file_get_uri (target); in handle_copy()
|
D | gio-tool.c | 52 uri = g_file_get_uri (file); in print_file_error()
|
D | gio-tool-trash.c | 180 uri = g_file_get_uri (child); in trash_list()
|
D | gio-tool-mount.c | 636 uri = g_file_get_uri (root); in list_mounts() 653 char *loc_uri = g_file_get_uri (default_location); in list_mounts() 767 uri = g_file_get_uri (activation_root); in list_volumes()
|
D | gio-tool-info.c | 165 uri = g_file_get_uri (file); in show_info()
|
D | gapplication-tool.c | 393 g_variant_builder_add_value (&files, g_variant_new_take_string (g_file_get_uri (file))); in app_launch()
|
D | gicon.c | 236 ret = g_file_get_uri (file); in g_icon_to_string()
|
D | gapplicationimpl-dbus.c | 695 gchar *uri = g_file_get_uri (files[i]); in g_application_impl_open()
|
D | gfile.h | 629 char * g_file_get_uri (GFile *file);
|
/third_party/gstreamer/gstplugins_base/gst/gio/ |
D | gstgiosrc.c | 116 gchar *uri = g_file_get_uri (src->file); in gst_gio_src_check_deleted() 435 uri = g_file_get_uri (src->file); in gst_gio_src_get_property() 528 uri = g_file_get_uri (src->file); in gst_gio_src_get_stream()
|
D | gstgiosink.c | 237 uri = g_file_get_uri (sink->file); in gst_gio_sink_get_property() 272 uri = g_file_get_uri (sink->file); in gst_gio_sink_get_stream()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | jpegdec.c | 99 uri = g_file_get_uri (testfile); in GST_START_TEST()
|
/third_party/libsoup/tests/ |
D | resource-test.c | 159 uri_string = g_file_get_uri (index); in do_request_file_test()
|
12