Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/uridownloader/
Dgsturidownloader.c405 gchar *old_uri; in gst_uri_downloader_ensure_src() local
407 old_uri = in gst_uri_downloader_ensure_src()
409 old_protocol = gst_uri_get_protocol (old_uri); in gst_uri_downloader_ensure_src()
427 g_free (old_uri); in gst_uri_downloader_ensure_src()
/third_party/glib/glib/
Dgbookmarkfile.h289 const gchar *old_uri,
Dgbookmarkfile.c3865 const gchar *old_uri, in g_bookmark_file_move_item() argument
3872 g_return_val_if_fail (old_uri != NULL, FALSE); in g_bookmark_file_move_item()
3874 item = g_bookmark_file_lookup_item (bookmark, old_uri); in g_bookmark_file_move_item()
3880 old_uri); in g_bookmark_file_move_item()
3886 if (g_strcmp0 (old_uri, new_uri) == 0) in g_bookmark_file_move_item()
3907 if (!g_bookmark_file_remove_item (bookmark, old_uri, error)) in g_bookmark_file_move_item()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.c3287 gchar *old_uri; in gst_adaptive_demux_stream_update_source() local
3289 old_uri = gst_uri_handler_get_uri (GST_URI_HANDLER (stream->uri_handler)); in gst_adaptive_demux_stream_update_source()
3290 old_protocol = gst_uri_get_protocol (old_uri); in gst_adaptive_demux_stream_update_source()
3326 g_free (old_uri); in gst_adaptive_demux_stream_update_source()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch250863 +void ClipboardOhosReadData::SaveImgFile(const std::string& old_uri,
250869 + .Append(base::FilePath(old_uri).DirName()));
250871 + dest_file_dir_path.Append(base::FilePath(old_uri).BaseName()));
250998 + void SaveImgFile(const std::string& old_uri,