Home
last modified time | relevance | path

Searched refs:fileuri (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/debugutils/
Dgstpushfilesrc.c381 gchar *fileuri, *pushfileuri; in gst_push_file_src_uri_get_uri() local
386 fileuri = gst_uri_handler_get_uri (GST_URI_HANDLER (src->filesrc)); in gst_push_file_src_uri_get_uri()
387 if (fileuri == NULL) in gst_push_file_src_uri_get_uri()
389 pushfileuri = g_strconcat ("push", fileuri, NULL); in gst_push_file_src_uri_get_uri()
390 g_free (fileuri); in gst_push_file_src_uri_get_uri()
/third_party/skia/tools/skpbench/
Dsheet.py160 fileuri = urlparse.urljoin('file:', urllib.pathname2url(pathname))
161 print('opening %s' % fileuri)
162 webbrowser.open(fileuri)
/third_party/flutter/skia/tools/skpbench/
Dsheet.py160 fileuri = urlparse.urljoin('file:', urllib.pathname2url(pathname))
161 print('opening %s' % fileuri)
162 webbrowser.open(fileuri)