Home
last modified time | relevance | path

Searched refs:file_uri (Results 1 – 5 of 5) sorted by relevance

/third_party/glib/gio/tests/
Dthumbnail-verification.c96 gchar *file_uri; in test_validity() local
101 file_uri = g_strconcat ("file:///tmp/", tests[i].filename, NULL); in test_validity()
114 result = thumbnail_verify (thumbnail_path, file_uri, &stat_buf); in test_validity()
116 g_free (file_uri); in test_validity()
/third_party/gstreamer/gstplugins_bad/ext/ladspa/
Dgstladspa.c264 gchar *file_name, *file_uri; in ladspa_rdf_directory_search() local
276 file_uri = g_strconcat ("file://", file_name, NULL); in ladspa_rdf_directory_search()
277 ok = lrdf_read_file (file_uri); in ladspa_rdf_directory_search()
278 GST_INFO ("read %s : %d", file_uri, ok); in ladspa_rdf_directory_search()
279 g_free (file_uri); in ladspa_rdf_directory_search()
/third_party/glib/gio/
Dthumbnail-verify.c224 const gchar *file_uri, in thumbnail_verify() argument
234 expected_info.uri = file_uri; in thumbnail_verify()
Dthumbnail-verify.h27 const gchar *file_uri,
/third_party/libsoup/tests/
Dconnection-test.c1100 SoupURI *file_uri; in do_connection_connect_test() local
1138 file_uri = soup_uri_new ("file:///foo/bar"); in do_connection_connect_test()
1139 do_one_connection_connect_fail_test (session, file_uri, in do_connection_connect_test()
1183 soup_uri_free (file_uri); in do_connection_connect_test()