Searched refs:url_dst (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A 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(ret)); in ff_rename()
|
H A D | url.h | 393 * @note url_src and url_dst should share the same protocol and authority. 396 * @param url_dst new url to resource if the operation succeeded 399 int ffurl_move(const char *url_src, const char *url_dst);
|
H A D | internal.h | 632 * @param url_dst destination path 635 int ff_rename(const char *url_src, const char *url_dst, void *logctx);
|
Completed in 4 milliseconds