Searched refs:url_dst (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | avio.c | 493 int ffurl_move(const char *url_src, const char *url_dst) in ffurl_move() argument 499 ret = ffurl_alloc(&h_dst, url_dst, AVIO_FLAG_WRITE, NULL); in ffurl_move() 665 int ff_rename(const char *url_src, const char *url_dst, void *logctx) in ff_rename() argument 667 int ret = ffurl_move(url_src, url_dst); in ff_rename() 669 …av_log(logctx, AV_LOG_ERROR, "failed to rename file %s to %s: %s\n", url_src, url_dst, av_err2str(… in ff_rename()
|
D | url.h | 399 int ffurl_move(const char *url_src, const char *url_dst);
|
D | internal.h | 635 int ff_rename(const char *url_src, const char *url_dst, void *logctx);
|